qzdoom-gpl/src/scripting/zscript
2016-12-24 23:52:52 +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 - added automatic type deduction capabilities for local variables. If you type 'let variable = value;' the type of 'variable' will be deduced from the given value. This is mostly of interest for type casting pointers, because 'let p = Classtype(objectvar);' does not require writing the class type name twice. 2016-12-05 13:24:42 +01:00
zcc_compile.cpp - print proper information in zcc_compile.cpp. 2016-12-24 23:52:52 +01:00
zcc_compile.h - Add GCCPRINTF to ZScript compiler code. 2016-12-10 14:02:12 +01:00
zcc_expr.cpp
zcc_exprlist.h
zcc_parser.cpp - for the time being, make ZScript command line switch locked so that everybody understands that it's not ready for use in released mods yet. 2016-12-06 22:42:10 +01:00
zcc_parser.h - added automatic type deduction capabilities for local variables. If you type 'let variable = value;' the type of 'variable' will be deduced from the given value. This is mostly of interest for type casting pointers, because 'let p = Classtype(objectvar);' does not require writing the class type name twice. 2016-12-05 13:24:42 +01:00