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:
2020-09-03 18:32:22 -07:00
parent 2fd340a688
commit f8819279f8
6 changed files with 325 additions and 65 deletions

View File

@@ -5,6 +5,7 @@
[0-9]+ "NUM"
"([^"]|\\[rnt"'\\])+"|'([^"]|\\[rnt"'\\])+' "STRING"
= "="
\|\| "||"
&& "&&"
< "<"