gzdoom-gles/src/scripting/zscript
Christoph Oelckers 0d7b7d6ab1 - merged PStruct and PNativeStruct.
There were exactly 4 places in the code that checked for the difference, this is better done with a flag.
2017-04-12 15:12:41 +02:00
..
ast.cpp Fixed builtin type names for -dumpast command line option 2017-03-18 13:11:13 +02:00
zcc-parse.lemon - allow multiple expressions in 'for' iteration part. 2017-03-29 22:18:52 +02:00
zcc_compile.cpp - merged PStruct and PNativeStruct. 2017-04-12 15:12:41 +02:00
zcc_compile.h - fixed: The evaluation of multi-string ZScript properties did not work correctly. 2017-03-18 15:45:36 +01: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 - allow parsing of static constant arrays in class scope. 2017-03-14 20:22:37 +01:00
zcc_parser.h - added some syntactic help to the ZScript parser to allow defining the arrays with native structs on the script side instead of having to define them internally. 2017-03-13 12:51:09 +01:00