leo/grammar
2021-02-04 07:35:12 -08:00
..
benches Update license to 2021 2021-02-01 20:26:56 -08:00
src const func arguments 2021-02-04 07:35:12 -08:00
tests Update license to 2021 2021-02-01 20:26:56 -08:00
Cargo.toml chore(leo): bump version for new release 2021-02-03 13:34:03 -08:00
README.md rename ast -> grammar 1 2020-10-30 17:17:17 -07:00

leo-grammar

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.