Language

Package: sbcl-cl-abnf @ 0.0.0-1.ba1fbb1

Synopsis

ABNF parser generator for Common Lisp

Description

This Common Lisp library implements a parser generator for the ABNF grammar format as described in RFC2234. The generated parser is a regular expression scanner provided by the cl-ppcre lib, which means that we can't parse recursive grammar definition. One such definition is the ABNF definition as given by the RFC. Fortunately, as you have this lib, you most probably don't need to generate another parser to handle that particular ABNF grammar.

Home page
https://github.com/dimitri/cl-abnf
Location
gnu/packages/lisp-xyz.scm (line: 532, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'cl-ppcre' does not match package name 'sbcl-cl-ppcre'
input-labels

Identify input labels that do not match package names

label 'esrap' does not match package name 'sbcl-esrap'