added simple expression tokens
prefix parsing for expressions
added outline for parsing & translation of simp...
added new stack class for virtual machine
moved out virtual machine files to their own su...
moved compiler and vm to their own sub-folders
miscellaneous cleanup
removed old malloc/free memory management
renamed node files to act in preparation for c+...
updated parser and translator to use new ast sy...
converted lexer into class with token item pool...
fix build for start of conversion to c++
conversion of error system to c++ exceptions
renamed source files in preparation for move to...
removed old function that is no longer supported
changed token system over to a managed pool
parsing, translation and execution of PRINT and...
Home
Home
Home
Home
added lexer phase for simple PRINT and INTEGER ...
added initial virtual machine
added initial translator phase
added initial parser phase
updated error handling text output
removed manual dependency system
initial lexer functionality
ignore build files
updated manual dependencies
remove manual dependencies, doesn't work yet li...
added basic error handling, added obj/ for buil...
fix bug where result of fread() was not checked
loading of source file for compiler
start of source code and build system
initial commit