mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
651875ec89
* Closes #2687 * Adds hint support in CASM. The supported hints are `Input(var)` and `Alloc(size)`. These are the hints currently implemented in [juvix-cairo-vm](https://github.com/anoma/juvix-cairo-vm). * Adds the `--program_input` option to the `juvix dev casm run` command. * Enables private inputs via `main` arguments. In generated CASM/Cairo code, the arguments to `main` are fetched using the `Input` hint. * Modifies the CI to use [juvix-cairo-vm](https://github.com/anoma/juvix-cairo-vm) |
||
---|---|---|
.. | ||
Compilation | ||
Reg | ||
Run | ||
Compilation.hs | ||
Reg.hs | ||
Run.hs |