Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
947de1d14c
Added support for declaring a variable with the '.db' directive. Address calculations still need to be done, but at the very least the variable's name is showing up in the symbols table.
842473742e
Begun refactoring the Parser to generate a list of Stmt which the Interpreter will then execute (to be done).
73067fcc1f
Added statements to the Parser, currently just the Print and Expression statements. 8.1 isn't quite done yet, maybe half way there.
bf59a98628
Updated the Makefile, set debug option for the compiler, and fixed all the warnings generated by gcc with O2 optimization option for release builds.
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.
34557c92c3
Setup the Makefile to allow me to produce a release build and to create some directories if they're not there already.