1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-08 16:51:53 +03:00
juvix/app
Łukasz Czajka 7e737d7037
Rust runtime (#2782)
* Closes #2781 
* This PR only implements the Rust runtime. The Rust backend / code
generation need to be implemented in a separate PR.
* The tests are unit tests for different modules and tests with
"manually" compiled Juvix programs.
* Adds building & testing of the Rust runtime to the CI.
2024-05-22 12:26:51 +02:00
..
Commands Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
TopCommand Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
App.hs Import tree (#2751) 2024-05-14 10:53:33 +02:00
AsmInterpreter.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
CommonOptions.hs Import tree (#2751) 2024-05-14 10:53:33 +02:00
Evaluator.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
GlobalOptions.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
HaskelineJB.hs upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
Main.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
RegInterpreter.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
TopCommand.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
TreeEvaluator.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00