leo/compiler/span
d0cd b236918df4
[Feature] Support ChaCha::rand_* (#2433)
* Add tests for ChaCha::rand*

* Add Chacha::rand* to AST, tyc, and codegen

* Add lottery example

* Regen expectations

* Add check asserting that command is only used in finalize block

* Update example and related CI
2023-06-28 21:02:50 -07:00
..
src [Feature] Support ChaCha::rand_* (#2433) 2023-06-28 21:02:50 -07:00
Cargo.toml chore(leo): bump version for new release 2023-06-23 17:19:25 -07:00
LICENSE.md fix readmes and licenses 2022-07-12 16:46:42 -07:00
README.md fix readmes and licenses 2022-07-12 16:46:42 -07:00

leo-span

Crates.io Authors License

Usage

A span implementation for tracking Leo code locations across multiple Leo compiler phases.