phdavis1027/abnf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# ABNF Tools for working with ABNF Xandaros' original work is concerned with a bottom-up parser, but I intend to use this not for parsing directly, but rather for generating parsers. As such, this implementation focuses on formalized representation of the ABNF as well as its conversion to a standard CFG form which can be manipulated more easily.