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:
parent
7c01bba4f4
commit
13c49ad865
5 changed files with 9 additions and 9 deletions
|
@ -556,7 +556,7 @@
|
|||
parser = new Parser({
|
||||
tokens: tokens,
|
||||
bnf: bnf,
|
||||
operators: operators,
|
||||
operators: operators.reverse(),
|
||||
startSymbol: 'Root'
|
||||
}, {
|
||||
debug: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue