|
|
e4c2af3cc7
|
fix invalid syntax not being called on an invalid assignment
|
2025-06-02 00:13:24 +01:00 |
|
|
|
d2518afb8e
|
add identifier to parser
|
2025-06-01 02:28:27 +01:00 |
|
|
|
b7e9493171
|
change to syntax error
|
2025-05-31 21:45:11 +01:00 |
|
|
|
a614eab8fc
|
add more parses and fix minor memory leak
|
2025-05-31 20:03:06 +01:00 |
|
|
|
ec894d4357
|
change to dynamic array for lexer and parser to speed up lexical analysis
|
2025-05-30 16:46:27 +01:00 |
|
|
|
ddf18ceb2c
|
pass file into flex instead of content buffer
|
2025-05-30 12:56:25 +01:00 |
|
|
|
68341db0b0
|
update lexer to just return the number and then do the other logic somewhere else
|
2025-05-30 02:12:51 +01:00 |
|
|
|
43bc7663fc
|
start implimenting a parser
|
2025-05-27 17:19:09 +01:00 |
|
|
|
3dedd7f348
|
add tokens to state struct
|
2025-05-27 13:24:56 +01:00 |
|