Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | changed :reserved to :keyword in Clojure scanner (issue #43) | murphy | 2011-06-15 | 1 | -3/+3 |
| | |||||
* | #127 Clojure scanner fixes | murphy | 2011-05-08 | 1 | -12/+25 |
| | |||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -2/+2 |
| | |||||
* | Cleanup and fix Clojure scanner. | murphy | 2010-10-15 | 1 | -2/+2 |
| | |||||
* | Added encoding header for Clojure scanner: Rember to put this on top when ↵ | murphy | 2010-06-29 | 1 | -0/+1 |
| | | | | using non-ASCII chars :) | ||||
* | Ticket #127: Clojure scanner by Licenser, yay! | murphy | 2010-06-15 | 1 | -0/+203 |
It's still in development. The Scheme scanner, which Lice used as template, has some very bad code, and both scanner must be cleaned up (see #59). |