added outline for parsing & translation of simp...
added simple expression tokens
prefix parsing for expressions
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
updated parser and translator to use new ast sy...
renamed node files to act in preparation for c+...
converted lexer into class with token item pool...
conversion of error system to c++ exceptions
fix build for start of conversion to c++
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
ignore build files
initial lexer functionality
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