apg-api
v1.0.1
Published
(Deprecated: use apg-js instead.) API for APG - an ABNF Parser Generator.
Downloads
17,487
Readme
APG API
Deprecated: Use apg-js instead. See apg-js-examples for usage.
apg has been split into two repositories, [apg]((https://github.com/ldthomas/apg-js2) and this developer's API. This API accomplishes two goals. a) it provides much more flexible access to the underlying generation operations and b) it removes all I/O from the API. The node.js "fs" module is incompatible with some development frameworks.
See the apg README file for details of what APG is and its features.