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 58c4a42..a1215ed 100644 --- a/src/astnode.h +++ b/src/astnode.h | |||
@@ -35,6 +35,7 @@ public: | |||
35 | tReturn = 0x01000017, | 35 | tReturn = 0x01000017, |
36 | tAppend = 0x01000018, | 36 | tAppend = 0x01000018, |
37 | tInsert = 0x01000019, | 37 | tInsert = 0x01000019, |
38 | tIndex = 0x0100001A, | ||
38 | 39 | ||
39 | tLeafLiteral = 0x02000000, | 40 | tLeafLiteral = 0x02000000, |
40 | tVarName = 0x02000001, | 41 | tVarName = 0x02000001, |