Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dylan] Check the lowercase of the value against the various builtins. | Bruce Mitchener, Jr. | 2013-01-10 | 1 | -0/+2 |
| | |||||
* | [dylan] Correctly handle file headers. | Bruce Mitchener, Jr. | 2013-01-09 | 1 | -0/+1 |
| | | | | Thanks to Georg Brandl for pointing me in the right direction. | ||||
* | Rewrite the Dylan Lexer and provide a lexer for Dylan LID files. | Bruce Mitchener, Jr. | 2013-01-09 | 1 | -4/+86 |
| | | | | | | | | | | | | | | Fixes include: * Dylan is not case sensitive. * Support for other number literal formats (hex, octal, binary). * Support nested multi-line comments. * Correct various issues with matching of 'names'. * Support highlighting of macro definitions better. * Support keyword / required keyword syntax in class definitions. * Support each-subclass slot allocation. * Handle the | operator. * Change what tokens are mapped to what types and reduce the Christmas tree look of the output a bit. * Explicitly list and handle the various builtins defined in the DRM. | ||||
* | Fixes to the DylanLexer plus illustrative examples that previously failed. | Bruce Mitchener | 2011-11-20 | 1 | -0/+16 |
| | |||||
* | Fix lexing of Dylan string and char literals (#628). | Georg Brandl | 2011-01-03 | 1 | -0/+4 |
| | |||||
* | [svn] - add missing example files | gbrandl | 2007-01-25 | 1 | -0/+20 |
- add "outencoding" option to formatters - improve cmdline error reporting |