glm94
|
70a3118a99
|
'Minor' bug fix for the StatementList, forgot to set the capacity.
|
2022-04-04 19:44:13 +00:00 |
|
glm94
|
842473742e
|
Begun refactoring the Parser to generate a list of Stmt which the Interpreter will then execute (to be done).
|
2022-04-04 19:22:59 +00:00 |
|
glm94
|
73067fcc1f
|
Added statements to the Parser, currently just the Print and Expression statements. 8.1 isn't quite done yet, maybe half way there.
|
2022-03-23 19:43:46 +00:00 |
|
glm94
|
1e6bbb87d4
|
Cleaned up the Makefile, added the framework for checking for runtime errrors in the Interpreter and fixed a bug where I didn't close out the 'va_list' in the Match function in the Parser.
|
2022-03-17 18:58:23 +00:00 |
|
glm94
|
b3693f17df
|
Updated the project structure, and modified the Makefile to hopefully be future proof so I can freely make sub-folders in the src/ folder and not have to worry about breaking the Makefile.
|
2022-03-16 18:07:37 +00:00 |
|