Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove Scheme scanner (#59) | Kornelius Kalnbach | 2011-07-13 | 1 | -136/+0 |
| | |||||
* | changed :reserved to :keyword in Scheme scanner (issue #43) | murphy | 2011-06-15 | 1 | -1/+1 |
| | |||||
* | new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError ↵ | murphy | 2011-05-21 | 1 | -1/+1 |
| | | | | is now a StandardError | ||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -43/+32 |
| | |||||
* | Cleanup to Scheme scanner; removed :operator_fat token kind. | murphy | 2010-03-26 | 1 | -59/+61 |
| | |||||
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵ | murphy | 2009-12-28 | 1 | -0/+3 |
| | | | | trunk. | ||||
* | Added more file extensions to Scanners | murphy | 2008-09-16 | 1 | -1/+1 |
| | | | | | | | * Added file_extensions to Delphi, XML, Debug, Scheme, and NitroXHTML scanners. * Removed obsolete extension declarations from Scanner test suites. * Minor cleanups. | ||||
* | New Scanner: Scheme (thanks closure!) | murphy | 2007-01-01 | 1 | -0/+142 |
Test and example added. Token changed: operator_fat instead of operator_name (for use with LISP-like parentheses). Added file_extension for Scanners. Improved CodeRay::Suite: - uses scanners file extension now - example parameter is now named "only" - only param overwrite MAX_CODE_SIZE_TO_HIGHLIGHT |