Files
coffeescript/TODO
2009-12-18 06:59:06 -05:00

15 lines
393 B
Plaintext

TODO:
* Write some tests.
* Finish the examples.
* Create the documentation page.
* 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.