Fix parser for index and call exprs, remove old test that didn't work, add visitor pattern
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
[0-9]+ "NUM"
|
||||
"([^"]|\\[rnt"'\\])+"|'([^"]|\\[rnt"'\\])+' "STRING"
|
||||
|
||||
= "="
|
||||
\|\| "||"
|
||||
&& "&&"
|
||||
< "<"
|
||||
|
||||
Reference in New Issue
Block a user