|
7e9c1bfda2
|
Add bytes type and tests
bytes_t is a local (automatic) allocation array that carries the length
and capacity with it.
|
2025-04-16 23:10:09 +02:00 |
|
|
ac14925a0a
|
Add symbols tests
|
2025-04-16 13:46:19 +02:00 |
|
|
ef22c0b620
|
Add .import and .export to the input test file
|
2025-04-16 13:46:19 +02:00 |
|
|
00272d69bf
|
Add regression test for parse zero operands at eof
Validate the build / validate-build (push) Successful in 30s
|
2025-04-16 13:16:55 +02:00 |
|
|
92c63092a1
|
Add regression test for trivia at the head of tokenlist
Validate the build / validate-build (push) Successful in 29s
|
2025-04-09 01:17:09 +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
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 |
|