Update subexpression and hash AST constructs

This commit is contained in:
kpdecker
2014-11-27 08:37:48 -06:00
parent e1cba432a6
commit 1124908d2a
9 changed files with 114 additions and 115 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ hash
;
hashSegment
: ID EQUALS param -> [$1, $3]
: ID EQUALS param -> new yy.HashPair($1, $3, yy.locInfo(@$))
;
blockParams