Update subexpression and hash AST constructs
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ hash
|
||||
;
|
||||
|
||||
hashSegment
|
||||
: ID EQUALS param -> [$1, $3]
|
||||
: ID EQUALS param -> new yy.HashPair($1, $3, yy.locInfo(@$))
|
||||
;
|
||||
|
||||
blockParams
|
||||
|
||||
Reference in New Issue
Block a user