Skip to content
/ cl-lex Public

Common Lisp macros for generating lexical analyzers automatically

License

Notifications You must be signed in to change notification settings

djr7C4/cl-lex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Common Lisp macros for generating lexical analyzers automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published