Note: This is taken from the Chicken Wiki, where a more recent version could be available.

silex

Description

A lexer generator.

Author

Danny Dubé

Requirements

None

Download

silex.egg

Documentation

A comprehensive manual in PostScript can be found here: silex.ps.

Note: the generated lexers will contain relatively large constant data structures. To reduce compile time and executable size, it is recommended to compile the created code with the -compress-literals option, which will reduce code size at the expense of startup time.

License

Copyright © 1997 Danny Dubé, Université de Montréal. All rights reserved.