added exponential and hex numbers

This commit is contained in:
Jeremy Ashkenas
2009-12-17 20:59:19 -05:00
parent 398251ff90
commit 2c90e8b002
3 changed files with 11 additions and 4 deletions

6
TODO
View File

@@ -1,5 +1,11 @@
TODO:
* Add TextMate syntax highlighter to the download.
* Code Cleanup.
* Add JS-style exponential number literals.
* Is it possible to close blocks (functions, ifs, trys) without an explicit
block delimiter or significant whitespace?