Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 1 | -7/+16 |
| | |||||
* | Fixed example tests. | murphy | 2009-12-31 | 1 | -1/+6 |
| | | | | | | | | | | | * test:clean task also deletes .expected.html files * LinesOfCode encoder can deal with tokens that have no scanner. Tests were added for this. * JSON encoder load rubygems if necessary. * NEW :loc as an alias for :lines_of_code * NEW Scanner methods marshal_dump, marshal_load FIXED Tokens dumping (failed while trying to dump @scanner) | ||||
* | JSON encoder: New format to preserve all information and be more accessible ↵ | murphy | 2009-12-30 | 1 | -2/+47 |
| | | | | for JavaScript programmers (each token is an object). Also a refactorization. Added tests. | ||||
* | New: *JSON Encoder* | murphy | 2009-04-20 | 1 | -0/+19 |
Very simple. Not streamable yet. |