leo/grammar
2021-03-04 10:33:51 -08:00
..
benches itemize imports 2021-03-04 10:33:51 -08:00
src itemize imports 2021-03-04 10:33:51 -08:00
tests itemize imports 2021-03-04 10:33:51 -08:00
Cargo.toml chore(leo): bump version for new release 2021-02-26 19:42:35 -08:00
LICENSE.md Adds LICENSE.md 2021-02-10 22:23:45 -08:00
README.md Adds README.md 2021-02-10 22:27:37 -08:00

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.