mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-14 04:38:05 +03:00
c5dfd9278a
Bumps [abnf](https://github.com/duesee/abnf) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/duesee/abnf/releases) - [Changelog](https://github.com/duesee/abnf/blob/main/CHANGELOG.md) - [Commits](https://github.com/duesee/abnf/commits/v0.13.0) --- updated-dependencies: - dependency-name: abnf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
src | ||
.gitattributes | ||
abnf-grammar.txt | ||
Cargo.toml | ||
README.md |
# ABNF Grammar
This directory contains both the ABNF grammar for the Leo language and a Rust binary to help convert the ABNF grammar file to a markdown file.
Markdown Conversion Instructions
Assuming you are in the grammar directory,
run cargo run abnf-grammar.txt > README.md
.