mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
TODO:
|
|
|
|
* Need *way* better syntax errors.
|
|
|
|
* Is it possible to close blocks (functions, ifs, trys) without an explicit
|
|
block delimiter or significant whitespace?
|
|
|
|
* Is it possible to pass comments through cleanly and have them show up on
|
|
the other end? This includes comments in the middle of array and object
|
|
literals, and argument lists.
|
|
|