leo/ast
ljedrz 64774cdab6 refactor: accept &Path instead of PathBuf where sufficient
Signed-off-by: ljedrz <ljedrz@gmail.com>
2020-10-16 17:09:44 +02:00
..
benches refactor: pass &Path instead of &PathBuf as arguments 2020-10-16 16:18:46 +02:00
src refactor: accept &Path instead of PathBuf where sufficient 2020-10-16 17:09:44 +02:00
tests Add license header 2020-08-18 03:50:26 -07:00
Cargo.toml chore(leo): bump version for new release 2020-09-03 03:08:33 -07:00
README.md Update documentation 2020-07-28 22:36:10 -07:00

leo-ast

Command-line instructions

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

leo_ast {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.