This commit is contained in:
Zihan Chen
2020-08-25 00:09:13 -07:00
parent 9a7dcdca9b
commit 46421d280a
2 changed files with 374 additions and 245 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -37,7 +37,7 @@ namespace vl
MUL = 3, MUL = 3,
DIV = 4, DIV = 4,
MOD = 5, MOD = 5,
UNION = 6, JOIN = 6,
INTERSECTION = 7, INTERSECTION = 7,
LE = 8, LE = 8,
GE = 9, GE = 9,
@@ -1277,8 +1277,8 @@ namespace vl
{ {
Assign, Assign,
Index, Index,
Union, FlagAnd,
Intersect, FlagOr,
FailedThen, FailedThen,
Exp, Exp,
Add, Add,