bnf

MIT

BNF example generator. Useful for testing parser.

$ area51 add bnfCopy

Usage

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