|
|
3a1fc91352
|
fix some double free, memory leaks, and seg faults
|
2025-06-14 19:41:31 +01:00 |
|
|
|
3a19b1519f
|
add declarations to translator
|
2025-06-14 04:13:14 +01:00 |
|
|
|
20621944e6
|
change string literals to be length terminated instead of null terminated, so null characters can be embeded
|
2025-06-14 01:16:28 +01:00 |
|
|
|
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 |
|
|
|
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 |
|