パッケージ: cl-abnf (20150608-1)
cl-abnf に関するリンク
Trisquel の資源:
cl-abnf ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Dimitri Fontaine
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Common Lisp ABNF parser generator
The generated parser is a regular expression scanner provided by the http://weitz.de/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.