Go to file
Deukhoofd de15173b0b
continuous-integration/drone/push Build is passing Details
Implements parsing switch case statements.
2021-01-02 12:38:50 +01:00
extern Initial commit, support for lexing symbols and numericals. 2020-10-04 16:33:12 +02:00
src Implements parsing switch case statements. 2021-01-02 12:38:50 +01:00
tests Cleanup of parser class. 2021-01-01 23:31:30 +01:00
.clang-format Initial commit, support for lexing symbols and numericals. 2020-10-04 16:33:12 +02:00
.clang-tidy Implements parsing for loop, cleanup of memory handling in parser. 2020-12-06 12:35:08 +01:00
.drone.yml Make Windows CI build actually use static C option. 2020-11-01 13:47:01 +01:00
.gitignore Initial commit, support for lexing symbols and numericals. 2020-10-04 16:33:12 +02:00
CMakeLists.txt Disable parenthesis warning in GCC. This is handled already in the formatter, and goes against bugprone-macro-parentheses. 2021-01-02 00:01:20 +01:00
grammar.ebnf Large chunk of work in parser for getting expressions to work. 2020-11-08 15:41:18 +01:00