Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol table tests + value comparison tests #66

Closed
wants to merge 193 commits into from
Closed

Conversation

mtygesen
Copy link
Member

  • Added test coverage script
  • Added symbol table tests
  • Added value comparison tests

@mtygesen mtygesen closed this May 10, 2024
Copy link

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 20 file(s) not formatted
  • Main.cpp
  • include/src/Evaluator.hpp
  • include/src/ReturnValue.hpp
  • include/src/Value.hpp
  • include/src/ast/AstBuilder.hpp
  • include/src/ast/AstVisitor.hpp
  • include/src/error-handling/DplErrorStrategy.hpp
  • include/src/error-handling/LexerErrorListener.hpp
  • include/src/error-handling/ParserErrorListener.hpp
  • include/src/error-handling/exceptions/ArgumentException.hpp
  • include/src/error-handling/exceptions/AstException.hpp
  • include/src/error-handling/exceptions/DplException.hpp
  • include/src/error-handling/exceptions/InternalException.hpp
  • include/src/error-handling/exceptions/LexerException.hpp
  • include/src/error-handling/exceptions/RuntimeException.hpp
  • include/src/symbol-table/VariableTable.hpp
  • src/Evaluator.cpp
  • src/Value.cpp
  • src/VariableTable.cpp
  • src/ast/AstBuilder.cpp

Have any feedback or feature suggestions? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants