summaryrefslogtreecommitdiff
path: root/tests/examplefiles/classes.dylan
Commit message (Collapse)AuthorAgeFilesLines
* [dylan] Check the lowercase of the value against the various builtins.Bruce Mitchener, Jr.2013-01-101-0/+2
|
* [dylan] Correctly handle file headers.Bruce Mitchener, Jr.2013-01-091-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-091-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 Mitchener2011-11-201-0/+16
|
* Fix lexing of Dylan string and char literals (#628).Georg Brandl2011-01-031-0/+4
|
* [svn] - add missing example filesgbrandl2007-01-251-0/+20
- add "outencoding" option to formatters - improve cmdline error reporting