gzdoom-gles/src/scripting
Christoph Oelckers 9f260983c7 - implemented all assign/modify operators.
- use a table to translate from PEX to tokens to make the code easier to read.
2016-10-21 14:18:31 +02:00
..
codegeneration - implemented all assign/modify operators. 2016-10-21 14:18:31 +02:00
decorate - Renamed FxSequence to FxCompoundStatement. 2016-10-19 16:15:02 +02:00
vm - tested and fixed the regular assignment statement for both local and member variables. 2016-10-21 10:09:01 +02:00
zscript - implemented all assign/modify operators. 2016-10-21 14:18:31 +02:00
thingdef.cpp - process most of the remaining statement types. 2016-10-21 01:12:54 +02:00
thingdef.h - added processing of compound statements to the compiler. This means that anonymous functions without control statements are generating code now. 2016-10-19 19:05:48 +02:00
thingdef_data.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
thingdef_properties.cpp - the compile context now knows if it is invoked by ZScript or DECORATE, so that it can be more strict with ZScript if needed. 2016-10-15 21:35:31 +02:00