mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
trying out new arrows for function literals -> is a function, => is a bound function
This commit is contained in:
parent
55df898112
commit
a9f016e292
54 changed files with 259 additions and 259 deletions
|
@ -1141,8 +1141,8 @@ racc_token_table = {
|
|||
"&&=" => 87,
|
||||
"?=" => 88,
|
||||
:ASSIGN => 89,
|
||||
"=>" => 90,
|
||||
"==>" => 91,
|
||||
"->" => 90,
|
||||
"=>" => 91,
|
||||
"\n" => 92,
|
||||
";" => 93,
|
||||
"," => 94,
|
||||
|
@ -1264,8 +1264,8 @@ Racc_token_to_s_table = [
|
|||
"\"&&=\"",
|
||||
"\"?=\"",
|
||||
"ASSIGN",
|
||||
"\"->\"",
|
||||
"\"=>\"",
|
||||
"\"==>\"",
|
||||
"\"\\n\"",
|
||||
"\";\"",
|
||||
"\",\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue