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
Karma Riuk
2b811a4bb9
added tests for malformed function call to check
...
for memory safety
2025-07-15 20:00:30 +02:00
Karma Riuk
a016bbaa5e
added parsing of function call
2025-07-15 19:42:43 +02:00
Karma Riuk
6313027d07
reformulated the parsing of the parameters and
...
made it memory safe
2025-07-15 01:43:22 +02:00
Karma Riuk
e2dfca2679
renamed function->block to function->body
2025-07-15 01:13:52 +02:00
Karma Riuk
c6daa5c2af
added tests for malformed function literal to
...
check for memory leaks
2025-07-15 01:11:53 +02:00
Karma Riuk
0b2a12cef7
added parsing for function literals
2025-07-15 00:56:40 +02:00