1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

waypoint -- jison has a reverse order of operations from yacc

This commit is contained in:
Jeremy Ashkenas 2010-02-11 23:29:12 -05:00
parent 7c01bba4f4
commit 13c49ad865
5 changed files with 9 additions and 9 deletions

View file

@ -556,7 +556,7 @@
parser = new Parser({
tokens: tokens,
bnf: bnf,
operators: operators,
operators: operators.reverse(),
startSymbol: 'Root'
}, {
debug: false