Common Lisp macros for generating lexical analyzers
$ area51 add cl-lex
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (cl-lex:some-function ...)