|
Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Packages | |
| lolo | The package lolo provides a framework for the competition. |
| lolo.scans | The package lolo.scans contains recognizers for typical programming language symbols: identifiers, numbers, strings, comments, whitespace, .... |
| lolo.test | The package lolo.test contains some tests. |
lolo is a lexical scanner system to extract symbols from a sequence of input characters belonging to the ASCII or Unicode sets. lolo scanners can be extended without access to the source code: symbol recognizers can be derived by inheritance and an executing scanner can be reconfigured for different contexts. Recognizer actions are represented by objects which may be replaced at any time. Recognizers need not be based on finite state automata; therefore, lolo can recognize symbols that systems like lex cannot recognize directly.
You find the lolo's homepage at http://www.inf.uos.de/bernd/lolo.
|
Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||