leo/compiler/passes/src
Collin Chin d44457fc32
[Feature] Implement leo execute (#2491)
* bump snarkvm rev

* update default gitignore

* impl leo execute

* bump snarkvm 0.14.5

* modify examples wip

* update run.sh examples

* impl env file

* clippy warning

* fix auction example

* fix auction example env

* generate new private key for new env - tests failing due to env not found err

* commit error changes

* Fix tests; clippy

* Get examples working

* leo build checks that build dir is well formed; clippy

* Clean up

* Update examples/README.md

Co-authored-by: d0cd <pranavsaig@gmail.com>
Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>

* do not commit .avm files

* use snarkvm commands

---------

Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>
Co-authored-by: Pranav Gaddamadugu <pranav@aleo.org>
Co-authored-by: d0cd <pranavsaig@gmail.com>
2023-07-19 18:04:09 -07:00
..
code_generation [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
common Fmts and clippies 2023-03-26 23:18:03 -07:00
dead_code_elimination Implement Mapping::get_or_use (#2413) 2023-06-13 12:09:33 -07:00
flattening [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
function_inlining Fix bug 2023-04-11 10:11:08 -07:00
loop_unrolling Fmts and clippies 2023-03-26 23:18:03 -07:00
static_single_assignment [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
symbol_table_creation Fmts and clippies 2023-03-26 23:18:03 -07:00
type_checking impl Mapping::contains, Mapping::remove (#2436) 2023-06-29 17:04:55 -07:00
lib.rs Initial scaffolding for dead code elimination 2023-02-21 17:09:22 -08:00
pass.rs chore: update the license headers (#2252) 2023-02-02 14:27:06 -08:00