apg
Version:
(Deprecated: use apg-js instead.) An ABNF Parser Generator - generates recursive-descent parsers from grammars written in a superset of Augmented Backus-Naur Form (ABNF)
20 lines (13 loc) • 637 B
Markdown
[<span style="font-size: 150%;font-weight:bold;">⌂</span> home](http://coasttocoastresearch.com/)
**Annotated Table of Contents**<br>
*JavaScript APG*
0. The GitHub & npm README page.
> [README.md](./README.html)<br>
> [RELEASE-NOTES.md](./RELEASE-NOTES.html)
1. The main or driver program. Controls the flow and error reporting, calling other modules to do the work.
> [apg.js](./apg.html)<br>
> [main.js](./main.html)
2. Read the command line arguments and convert them into a configuration object.
> [command-line.js](./command-line.html)<br>
6. Powers the **apg.html** web-page generator.
>[apgweb.js](./apgweb.html)<br>