mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-01 07:30:41 +00:00
- 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. |
||
---|---|---|
.. | ||
ast.cpp | ||
vm.h | ||
vmbuilder.cpp | ||
vmbuilder.h | ||
vmdisasm.cpp | ||
vmexec.cpp | ||
vmexec.h | ||
vmframe.cpp | ||
vmops.h | ||
zcc-parse.lemon | ||
zcc_compile.cpp | ||
zcc_compile.h | ||
zcc_expr.cpp | ||
zcc_exprlist.h | ||
zcc_parser.cpp | ||
zcc_parser.h |