|
|
ec894d4357
|
change to dynamic array for lexer and parser to speed up lexical analysis
|
2025-05-30 16:46:27 +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 |
|
|
|
626445a906
|
add copying token value and add Boehm GC ready for runtime implimentation
|
2025-05-29 00:40:11 +01:00 |
|
|
|
b82e351daf
|
change over to a linked list system and start trying to fix bug which causes the parser to not output anything meaningful due to memory deallocation
|
2025-05-28 22:51:27 +01:00 |
|
|
|
43bc7663fc
|
start implimenting a parser
|
2025-05-27 17:19:09 +01:00 |
|