bnf
BNF example generator. Useful for testing parser.
$ area51 add bnfCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bnf:some-function ...)BNF example generator. Useful for testing parser.
$ area51 add bnfCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(bnf:some-function ...)