jashkenas--coffeescript/TODO

13 lines
391 B
Plaintext

TODO:
* Finish the doc page.
* Write a test suite that checks the JS evaluation.
* 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.