seeseemelk
|
34b7939f76
|
Refactor parser to C11 and update build configuration
|
2026-04-29 10:38:34 +02:00 |
|
seeseemelk
|
15714393c3
|
Refactor parser to use Token in AST and update tests
|
2026-04-29 10:35:12 +02:00 |
|
seeseemelk
|
146aa4d9d1
|
Convert codebase to C89 compatibility and update test scripts
|
2026-04-29 10:21:29 +02:00 |
|
seeseemelk
|
129036b539
|
Fix all valgrind errors
|
2026-04-26 22:13:39 +02:00 |
|
seeseemelk
|
63dd5fa5c9
|
Implement public import parsing and add test case
|
2026-04-25 15:06:20 +02:00 |
|
seeseemelk
|
91593e12b7
|
Add error logging and corresponding tests for parser syntax errors
|
2026-04-25 14:37:08 +02:00 |
|
seeseemelk
|
7c7e0c3272
|
Add import parsing
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-25 14:30:11 +02:00 |
|
seeseemelk
|
116bdecafe
|
Implement String structure and update Location/Token to use it
|
2026-04-25 14:17:17 +02:00 |
|
seeseemelk
|
451a9a2a22
|
Token refactor and better logs
|
2026-04-24 20:28:08 +02:00 |
|
seeseemelk
|
a173e37adc
|
Implement parser module and update AST
|
2026-04-24 14:50:54 +02:00 |
|