mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 04:43:18 +03:00
7d559b1f18
* Closes #2563 Checklist ------------ - [x] Serialization of the Haskell CASM representation to the JSON format accepted by the Cairo VM. - [x] Add the `cairo` target to the `compile` commands. - [x] Output via the Cairo `output` builtin. - [x] Relativize jumps. Cairo VM doesn't actually support absolute jumps. - [x] Test the translation from CASM to Cairo by running the output in the Cairo VM - [x] Add Cairo VM to the CI |
||
---|---|---|
.. | ||
Parse | ||
Run | ||
Transformation | ||
Parse.hs | ||
Run.hs | ||
Transformation.hs |