cl-lex

2016-09-29

Common Lisp macros for generating lexical analyzers

Upstream URL

github.com/djr7C4/cl-lex

Author

David J. Rosenbaum <djr7C4@gmail.com>

License

GPL3
README

cl-lex

cl-lex is a set of Common Lisp macros for generating lexical analyzers automatically. Registers (including named registers) can be accessed by number or name in token generation code. The cl-ppcre library is used for implementing regular expressions. Lexers generated using cl-lex can be used with cl-yacc.

Dependencies (1)

  • cl-ppcre

Dependents (1)

  • GitHub
  • Quicklisp