qzdoom/src/zscript
Randy Heit 4bd5bf310b Do not use GT, GTEQ, or NEQ operators in the AST.
- Since the VM doesn't directly support the GT, GTEQ, and NEQ comparisons,
  don't use them in the trees either. Instead, wrap them as LTEQ, LT, and
  EQEQ inside a BoolNot operator.
2013-10-02 23:28:06 -05:00
..
ast.cpp Represent enumerations as constant definitions 2013-09-12 22:00:49 -05:00
vm.h Add degree variants of FLOP operations 2013-07-28 20:22:47 -05:00
vmbuilder.cpp Added EmitParamInt to VMFunctionBuilder 2013-07-27 22:06:14 -05:00
vmbuilder.h Added EmitParamInt to VMFunctionBuilder 2013-07-27 22:06:14 -05:00
vmdisasm.cpp Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
vmexec.cpp - Added DecoFindSingleNameState for the extremely common case of finding a state with only 2012-10-26 04:04:06 +00:00
vmexec.h Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
vmframe.cpp - Add a name to VMFunction so that the disassembly can be more informative. 2012-07-17 03:35:03 +00:00
vmops.h Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
zcc-parse.lemon Do not use GT, GTEQ, or NEQ operators in the AST. 2013-10-02 23:28:06 -05:00
zcc_parser.cpp Accept name constants in the grammar 2013-09-10 21:56:13 -05:00
zcc_parser.h Represent enumerations as constant definitions 2013-09-12 22:00:49 -05:00