Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups in the JSON scanner; eliminated the kind local variable. | murphy | 2010-09-12 | 1 | -6/+7 |
| | |||||
* | Got rid of the old streaming system (see #142). | murphy | 2010-05-01 | 1 | -2/+0 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -46/+31 |
| | |||||
* | Fixing bug in Java and JSON scanners (unfinished strings where not closed ↵ | murphy | 2010-04-17 | 1 | -6/+2 |
| | | | | correctly). | ||||
* | Cleanup of JSON Scanner. | murphy | 2010-03-26 | 1 | -6/+9 |
| | |||||
* | Updated JSON scanner: false, null, true are highlighted as :value now. | murphy | 2009-10-19 | 1 | -1/+6 |
| | |||||
* | Fixed generate:scanner task; it now also sets the file_extension. | murphy | 2009-04-14 | 1 | -0/+1 |
| | | | | | | | For example, to create a stub for the Python Scanner, I can use: rake generate:scanner NAME=python BASE=c EXT=py | ||||
* | Fixes for Ruby 1.9. | murphy | 2008-12-25 | 1 | -5/+5 |
| | |||||
* | New: *JSON* (closes #53). Version 0.8 is near! | murphy | 2008-10-08 | 1 | -0/+106 |
* Simple and really nice scanner (I think), produces colorful output. * Checked against strange examples from Ruby's JSON lib. More changes: * Changed version number. Finally! * Added some token styles for :key token group. * cYcnus style: chars inside of strings are highlighted purple instead of blue. * murphy style needs work. |