mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-10 03:00:52 +00:00
6989b81688
This adds: * builtin types color, state and sound. * ending a parameter list with an ellipsis to declare a varargs list. (A_Jump uses this.) * allowing to declare optional arguments by giving them a default value. * adding an 'action' qualifier for function declarations. |
||
---|---|---|
.. | ||
ast.cpp | ||
vm.h | ||
vmbuilder.cpp | ||
vmbuilder.h | ||
vmdisasm.cpp | ||
vmexec.cpp | ||
vmexec.h | ||
vmframe.cpp | ||
vmops.h | ||
zcc-parse.lemon | ||
zcc_compile.cpp | ||
zcc_compile.h | ||
zcc_expr.cpp | ||
zcc_exprlist.h | ||
zcc_parser.cpp | ||
zcc_parser.h |