leo-grammar

Crates.ioleo-grammar
lib.rsleo-grammar
version1.2.3
sourcesrc
created_at2020-12-02 02:57:59.059171
updated_at2021-02-27 03:43:55.783461
descriptionAST generated by pest from the Leo grammar rules
homepagehttps://aleo.org
repositoryhttps://github.com/AleoHQ/leo
max_upload_size
id318771
size263,539
Collin Chin (collinc97)

documentation

README

leo-grammar

Crates.io Authors License

Command-line instructions

To generate an AST of the Leo program and save it as a JSON file , run:

leo_grammar {PATH/TO/INPUT_FILENAME}.leo {PATH/TO/OUTPUT_DIRECTORY (optional)}

If no output directory is provided, then the program will store the JSON file in the local working directory.

Commit count: 6802

cargo fmt