qzdoom/src/scripting/zscript
alexey.lysiuk 57de598e48 Added implicit scope for if/else, while and do/while statements in ZScript
Scope is added only for variable or constant definition so it will no longer leak to outer scope
https://forum.zdoom.org/viewtopic.php?t=57848
2017-11-02 17:10:54 +02:00
..
ast.cpp - first stage of simplifying the type system. 2017-04-13 12:52:18 +02:00
zcc-parse.lemon Enabled dynamic stack size in ZScript parser generated by Lemon 2017-07-23 11:54:16 +03:00
zcc_compile.cpp Added implicit scope for if/else, while and do/while statements in ZScript 2017-11-02 17:10:54 +02:00
zcc_compile.h Added implicit scope for if/else, while and do/while statements in ZScript 2017-11-02 17:10:54 +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 Added string representation of 'static const' token 2017-11-02 14:45:35 +02:00
zcc_parser.h - moved the VM types into their own file and only include it where really needed. 2017-04-13 01:12:04 +02:00