]> git.localhorst.tv Git - l2e.git/history - src/loader/Parser.cpp
new language, new compiler
[l2e.git] / src / loader / Parser.cpp
2019-01-28 Daniel Karbachnew language, new compiler master
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-01 Daniel Karbachlousy implementation of "array of identifiers" type
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-10-14 Daniel Karbachadded script labels in parser/interpreter
2012-10-14 Daniel Karbachmoved map data to maps.l2s
2012-10-14 Daniel Karbachless verbose token code in parser
2012-10-14 Daniel Karbachparse scripts
2012-09-11 Daniel Karbachrevised array type notation
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-09-02 Daniel Karbachfixed some issues with the grammar
2012-09-02 Daniel Karbachfixed parsing of colors
2012-09-01 Daniel Karbachadded hard support for path names in source files
2012-09-01 Daniel Karbachresolve inclusion path name in Parser
2012-08-31 Daniel Karbachadded error message for unreadable files in Parser
2012-08-26 Daniel Karbachmore information in parsed source and output
2012-08-26 Daniel Karbachadded support for arrays of property lists
2012-08-26 Daniel Karbachuse a syntax that my ide recognizes valid -.-
2012-08-26 Daniel Karbachmade parsing exceptions a little more informative
2012-08-26 Daniel Karbachadded basic parser (not completely tested)