5 Commits

Author SHA1 Message Date
ff1927a5c6 Add symbols tests
All checks were successful
Validate the build / validate-build (push) Successful in 30s
2025-04-09 00:14:53 +02:00
8025f7f8e8 Add .import and .export to the input test file 2025-04-09 00:14:44 +02:00
27099c9899 Add initial unit tests
- Add µnit source and header files
- Add test target to the build system
- Implement a thorough lexer test suite
- Implement a minimal AST test suite
2025-04-05 01:37:04 +02:00
0d3881f680 Update the test input file to contain all AST nodes
All checks were successful
Validate the build / validate-build (push) Successful in 36s
2025-04-02 21:41:27 +02:00
df948b18c6 Initial commit, basic lexer structure 2025-03-30 17:45:51 +02:00