GithubHelp home page GithubHelp logo

frouioui / nanotekspice Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 530 KB

2nd Year project in C++ at Epitech

Home Page: https://frouioui.github.io/NanoTekSpice/

C++ 98.36% Makefile 1.64%
cpp cplusplus unittest docker travis-ci cicd epitech tek2 nanotekspice

nanotekspice's Introduction

NanoTekSpice

Build Status codecov

nanotekspice's People

Contributors

cecile-cadoul avatar frouioui avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

nmoreel

nanotekspice's Issues

Remove the Parser::Error class

Remove all the error class in Parser.hpp and use the Errors.hpp instead.
As of today the new Error namespace and class are on the Component branch.

  • Merge the Component branch
  • Remove the error class in Parser.hpp
  • Make sure the unit test compile

Unit Test simulation

What needs to be tested
Test the Simulation functions.

What is the purpose of the function / part of the program that needs to be tested?
This class simulate the whole circuit/program, it runs the main loop

Creation Simulation class

Create the Simulation class and all its member and ctor/dtor.
This class will host the Start function and all the Start's associated functions like End, Simulate ...
The Start function will read on std::cin and wait for instruction.

Parameter manager

Implementation of a system that would parse the main's arguments. Parsing the filename and the key=value data.

To do so, I was thinking about implementing a class (e.g ArgumentParser) that will have a static function returning a struct with: the filename and a map of key=value.
The class ArgumentParser will be part of the a namespace Parser.

Implementation of the parsing function

Implement the parsing function.
Member function of the Parser class.
For more information on the parsing task #1

To do:

  • Parse function

  • Remove useless line function

  • Create links function

  • Error class and error functions

  • OpenFile function

  • Check / Verification functions (links, name ...)

Analyse

Analyse of the project

To do:

  • Define algorithm

  • Understand how the parsing is supposed to work and all the rules

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.