#include "script/C4Aul.h"#include "script/C4AulAST.h"#include "script/C4AulCompiler.h"#include "script/C4AulScriptFunc.h"#include <stack>Go to the source code of this file.
Classes | |
| struct | C4ScriptOpDef |
| class | C4AulParse |
Variables | |
| const C4ScriptOpDef | C4ScriptOpMap [] |
| struct C4ScriptOpDef |
Definition at line 30 of file C4AulParse.h.
| Class Members | ||
|---|---|---|
| bool | Changer | |
| C4AulBCCType | Code | |
| const char * | Identifier | |
| bool | NoSecondStatement | |
| bool | Postfix | |
| unsigned short | Priority | |
| C4V_Type | RetType | |
| C4V_Type | Type1 | |
| C4V_Type | Type2 | |
|
extern |
Definition at line 275 of file C4AulParse.cpp.
Referenced by C4AulParse::Parse_Expression(), C4AulParse::Parse_Script(), C4AulCompiler::CodegenAstVisitor::visit(), and C4AulCompiler::ConstexprEvaluator::visit().