Commit Graph

3 Commits

Author SHA1 Message Date
Karma Riuk
47379c6635 implemented simple evaluator for program,
statements and integer literals, together with
tests
2025-07-19 15:03:38 +02:00
Karma Riuk
7b01840f4d moved some stuff around in an attempt to make
things cleaner (not sure it is, but we tryin)
2025-07-19 13:41:25 +02:00
Karma Riuk
c943380d58 moved the utils for the parser to a global utils
folder for the tests (that utils is includable
only by the tests and not the src code, I added a
compiler flag only for the tests in the makefile,
but the compiler_flags.txt is global for the lsp,
gotta be careful with that)
2025-07-19 13:27:25 +02:00