1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-12 00:28:17 +03:00
juvix/app
Łukasz Czajka 0f713c7c84
JuvixReg to CASM translation (#2671)
* Closes #2562 

Checklist
---------

- [x] Translation from JuvixReg to CASM
- [x] CASM runtime
- [x] Juvix to CASM pipeline: combine the right transformations and
check prerequisites
- [x] CLI commands: add target `casm` to the `compile` commands
- [x] Tests:
   - [x] Test the translation from JuvixReg to CASM
   - [x] Test the entire pipeline from Juvix to CASM
2024-03-20 12:14:12 +01:00
..
Commands JuvixReg to CASM translation (#2671) 2024-03-20 12:14:12 +01:00
TopCommand upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
App.hs Promote use of MonadIO to minimize embed occurrences (#2694) 2024-03-20 09:56:00 +01:00
AsmInterpreter.hs Use EmbedIO instead of Embed IO (#2645) 2024-02-13 18:00:01 +00:00
CommonOptions.hs Add field element type (#2659) 2024-02-27 14:54:43 +01:00
Evaluator.hs Add field element type (#2659) 2024-02-27 14:54:43 +01:00
GlobalOptions.hs Add field element type (#2659) 2024-02-27 14:54:43 +01:00
HaskelineJB.hs upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
Main.hs Remove redundant QuasiQuotes pragmas (#2603) 2024-01-30 10:08:07 +01:00
RegInterpreter.hs JuvixReg interpreter (#2635) 2024-02-15 10:46:19 +01:00
TopCommand.hs Promote use of MonadIO to minimize embed occurrences (#2694) 2024-03-20 09:56:00 +01:00
TreeEvaluator.hs Use EmbedIO instead of Embed IO (#2645) 2024-02-13 18:00:01 +00:00