Commit 8782de5e authored by Guillaume Royer's avatar Guillaume Royer Committed by Romain Courteaud

fix(parser): remove label as it does not work on all node versions

parent 9fabfb4e
......@@ -162,7 +162,6 @@ parse: function parse(input) {
vstack.length = vstack.length - n;
lstack.length = lstack.length - n;
}
_token_stack:
var lex = function () {
var token;
token = lexer.lex() || EOF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment