Skip to main content

A collection of ebnf tools

Project description

ebnf tools

A collection of tools to work with ebnf grammars, like conversion between different formats, railroad generation and random example generation.

Getting Started

Prerequisites

Requires python3.9 or higher.

Other requirements like lark and railroad-diagrams should be installed automatically by pip

Installing

pip install ebnf

If you want to use one of the extra utils with extra requirements, use the ebnf[<extra>] syntax:

  • railroad diagram generation: pip install ebnf[railroad]

Tools

The 'base' ebnf dialect for this package the one used by the lark package. All features should work for it, but might not work for others.

ebnf.railroad - railroad diagram generation

Generates a html file containing svg for each rule/terminal in the input grammar. Can take a lot of different options, check the help for more info

ebnf.convert - dialect translation (TODO)

Attempts to convert between different dialects, with the focus being generation lark compatible output

ebnf.example - generates an example for a grammar (TODO)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ebnf-0.1.0.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page