That's what I get from updating a bit of doc: then I find bugs in my own stuff :-1: while those edits were meant to kill the trouble deeper down and I never used bison/yacc/whathaveya that way: no dashes for this guy.
Anyway, bison's way of coping with those is also suitable for JavaScript so do we feel the need to be that compatible? Guess so.
See also the Bison docs
Example from their docs; note the! jison never supported that one in any way):
if-stmt
(and thethen.stmt
That's what I get from updating a bit of doc: then I find bugs in my own stuff :-1: while those edits were meant to kill the trouble deeper down and I never used bison/yacc/whathaveya that way: no dashes for this guy.
Anyway, bison's way of coping with those is also suitable for JavaScript so do we feel the need to be that compatible? Guess so.