0c39f1cf86
Labels in expressions like "(a:"a")" or "(a:"a" b:"b" c:"c")" were visible to the outside despite being wrapped in parens. This commit makes them invisible, as they should be. Note this required introduction of a new "group" AST node, whose purpose is purely to provide label scope isolation. This was necessary because "label" and "sequence" nodes don't (and can't!) provide this isolation themselves. Part of a fix of #396. |
||
---|---|---|
.. | ||
generate-bytecode.spec.js | ||
helpers.js | ||
remove-proxy-rules.spec.js | ||
report-infinite-loops.spec.js | ||
report-left-recursion.spec.js | ||
report-missing-rules.spec.js |