qzdoom/src/scripting/zscript
Edoardo Prezioso cd919e72e1 - Don't null-check the ZCC_TreeNode 'this' pointer.
Compilers are allowed to simplify the 'this == nullptr' code block because it makes no sense in 'well-defined C++ code'.
2016-11-23 23:30:54 +01:00
..
ast.cpp - added static constant arrays. At the moment they can only be defined inside functions due to lack of dedicated storage inside classes for static data. 2016-11-20 18:00:37 +01:00
zcc-parse.lemon - Don't null-check the ZCC_TreeNode 'this' pointer. 2016-11-23 23:30:54 +01:00
zcc_compile.cpp - scriptified the Ironlich. 2016-11-23 21:26:59 +01:00
zcc_compile.h - allow defining native fields through scripts. Internally this only requires exporting the address, but not the entire field. 2016-11-22 19:20:31 +01:00
zcc_expr.cpp - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +02:00
zcc_exprlist.h added class pointer casts. Due to grammar problems the type has to be put into parentheses to get the class token out of the global parsing namespace: 2016-11-17 20:31:53 +01:00
zcc_parser.cpp - Don't null-check the ZCC_TreeNode 'this' pointer. 2016-11-23 23:30:54 +01:00
zcc_parser.h - Don't null-check the ZCC_TreeNode 'this' pointer. 2016-11-23 23:30:54 +01:00