diff options
Diffstat (limited to 'src/astnode.h')
-rw-r--r-- | src/astnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astnode.h b/src/astnode.h index 28e5336..c0a8eea 100644 --- a/src/astnode.h +++ b/src/astnode.h | |||
@@ -29,6 +29,7 @@ public: | |||
29 | tMultiplyStore = 0x01000011, | 29 | tMultiplyStore = 0x01000011, |
30 | tNegate = 0x01000012, | 30 | tNegate = 0x01000012, |
31 | tIn = 0x01000013, | 31 | tIn = 0x01000013, |
32 | tGoto = 0x01000014, | ||
32 | 33 | ||
33 | tLeafLiteral = 0x02000000, | 34 | tLeafLiteral = 0x02000000, |
34 | tVarName = 0x02000001, | 35 | tVarName = 0x02000001, |