mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
rebuilt jison parser for 1840
This commit is contained in:
parent
a24451b6d3
commit
bde1c6282e
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ case 62:this.$ = new yy.Value($$[$0]);
|
|||
break;
|
||||
case 63:this.$ = $$[$0-1].add($$[$0]);
|
||||
break;
|
||||
case 64:this.$ = new yy.Value($$[$0-1], [$$[$0]]);
|
||||
case 64:this.$ = new yy.Value($$[$0-1], [].concat($$[$0]));
|
||||
break;
|
||||
case 65:this.$ = $$[$0];
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue