leo/compiler
Collin Chin d83c4be330
Implement Mapping::get_or_use (#2413)
* get_or_init -> get_or_use

* use mapping get_or_use in examples

* fix codegen for Mapping::get_or_use

* fix tests for Mapping::get_or_use

* fix warnings, update snarvm rev

* bump circle rust img v1.70

* fix codegen

* update snarkvm rev and regen tests

* Update compiler/parser/src/parser/expression.rs

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

* Delete program.json

Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>

* Delete program.json

Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>

---------

Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com>
Co-authored-by: d0cd <pranavsaig@gmail.com>
2023-06-13 12:09:33 -07:00
..
ast Implement Mapping::get_or_use (#2413) 2023-06-13 12:09:33 -07:00
compiler Implement Mapping::get_or_use (#2413) 2023-06-13 12:09:33 -07:00
parser Implement Mapping::get_or_use (#2413) 2023-06-13 12:09:33 -07:00
passes Implement Mapping::get_or_use (#2413) 2023-06-13 12:09:33 -07:00
span Implement Mapping::get_or_use (#2413) 2023-06-13 12:09:33 -07:00