qzdoom-gpl/src/scripting/zscript
2016-10-16 09:31:03 +02:00
..
ast.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
zcc-parse.lemon - count errors in the parser and abort afterward if there were some. 2016-10-15 12:15:25 +02:00
zcc_compile.cpp - when simplifying a non-constant expression, leave any identifier that cannot be trivially simplified to a constant alone. It is better to defer resolution to more context-aware code for those. 2016-10-16 09:31:03 +02:00
zcc_compile.h - Changed ZCCCompiler::Simplify to allow running in constant and non-constant mode. The difference is that non-constant mode does not attempt to simplify function name expressions because these cannot be processed without destroying them, if some identifier in there is not referencing a symbol, which is quite common. 2016-10-16 01:33:36 +02:00
zcc_expr.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
zcc_exprlist.h - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
zcc_parser.cpp - count errors in the parser and abort afterward if there were some. 2016-10-15 12:15:25 +02:00
zcc_parser.h - removed token 'mode' because it isn't used anywhere and clashed with some actor properties. 2016-10-13 20:45:52 +02:00