gzdoom/src/zscript
Randy Heit aaae9f2e05 Store known but uncompiled nodes in the symbol table
- Don't bother keeping track of uncompiled nodes in a special table. Use
  the regular symbol table instead. This should in the future make
  compiling nodes referenced deeper than (and before) their definitions
  fairly straightforward.
- Also, break up the compiler's Message() function into Warn() and Error()
  and get rid of zcc_errors.h. I can't really see having a set of error
  numbers being useful.
2016-03-18 19:34:32 -05:00
..
ast.cpp Store known but uncompiled nodes in the symbol table 2016-03-18 19:34:32 -05:00
vm.h Normalize line endings 2016-03-01 09:47:10 -06:00
vmbuilder.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
vmbuilder.h Normalize line endings 2016-03-01 09:47:10 -06:00
vmdisasm.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
vmexec.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
vmexec.h Normalize line endings 2016-03-01 09:47:10 -06:00
vmframe.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
vmops.h Normalize line endings 2016-03-01 09:47:10 -06:00
zcc-parse.lemon Store known but uncompiled nodes in the symbol table 2016-03-18 19:34:32 -05:00
zcc_compile.cpp Store known but uncompiled nodes in the symbol table 2016-03-18 19:34:32 -05:00
zcc_compile.h Store known but uncompiled nodes in the symbol table 2016-03-18 19:34:32 -05:00
zcc_expr.cpp Fix memory leak from ZCC_OpInfo operator prototypes 2016-03-03 20:26:41 -06:00
zcc_exprlist.h Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00
zcc_parser.cpp Add new state options to parser and actually enable them 2016-03-03 18:33:07 -06:00
zcc_parser.h Store known but uncompiled nodes in the symbol table 2016-03-18 19:34:32 -05:00