parse
The parse package is a simple token parsing library for Common Lisp.

It is based on Haskell's Parsec library, but using macros to make more accessible to Lisp.

Repository: https://github.com/massung/parse

License: Apache 2


parser generator