maxpc

GNU Affero General Public License

Max’s Parser Combinators: a simple and pragmatic library for writing parsers and lexers based on combinatory parsing.

$ area51 add maxpcCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(maxpc:some-function ...)