mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
abc50d8c3e
Also renames pre-existing (generic) function calls to 'free function calls', now that we are effectively introducing a new kind of functions, namely (associated) static functions, distinguished from free (i.e. non-associated) functions. Also introduces notion of named type, as a type that has a name, which may be either a keyword (e.g. `u8`, `address`) or an identifier (e.g. `Pedersen64`). |
||
---|---|---|
.. | ||
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
.