gzdoom-gles/src/scripting/codegeneration
Christoph Oelckers a6a0c4b93c - handle all unary operators.
- handle all binary operators which are already implemented in the code generator.
- implemented sizeof/alignof operators in code generator.
- rewrote RequestAddress so that its return value is not the writability of an address but the mere existence. Also changed it to not output errors itself because those cannot be dealt with by the calling function.
2016-10-17 20:33:35 +02:00
..
codegen.cpp - handle all unary operators. 2016-10-17 20:33:35 +02:00
codegen.h - handle all unary operators. 2016-10-17 20:33:35 +02:00
functioncalls.cpp - implemented array-style syntax for Random calls. 2016-10-16 10:59:12 +02:00