satyr / coco

Unfancy CoffeeScript
http://satyr.github.com/coco/
MIT License
498 stars 48 forks source link

Trailing whitespace after `=>` prevents it from taking a block #230

Closed vendethiel closed 11 years ago

vendethiel commented 11 years ago
if a => 
  b
  c

fails to parse. I don't think trailing whitespace should just fail like that

satyr commented 11 years ago

Also with comments:

a => #
  &