Lexer.cpp
|
ADD: basic lambdas (no rec, no closure...).
|
2023-09-21 21:17:39 +02:00 |
Parser.cpp
|
ADD: basic lambdas (no rec, no closure...).
|
2023-09-21 21:17:39 +02:00 |
SymTable.cpp
|
ADD: var declaration and blocks.
|
2023-09-21 15:59:46 +02:00 |
main.cpp
|
ADD: builtin type literals (int, float, bool, string).
|
2023-09-20 13:31:35 +02:00 |