1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00
Juvix empowers developers to write code in a high-level, functional language, compile it to gas-efficient output VM instructions, and formally verify the safety of their contracts prior to deployment and execution.
Go to file
Łukasz Czajka ce938efdcf
Juvix to Isabelle/HOL translation (#2752)
* Closes #2689 
* Adds the command `juvix isabelle program.juvix` which translates a
given file to an Isabelle/HOL theory.
* Currently, only a single module is translated.
* By default translates types and function signatures. Translating
function signatures can be disabled with the `--only-types` option.

Blocked by:
- https://github.com/anoma/juvix/issues/2763

---------

Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
2024-06-05 12:23:24 +02:00
.devcontainer upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
.github Install cargo in static binary build 2024-05-23 13:53:28 +01:00
app Juvix to Isabelle/HOL translation (#2752) 2024-06-05 12:23:24 +02:00
assets Fix typos (#2573) 2024-01-08 13:27:18 +01:00
bench Fix benchmark runtime variant (#2740) 2024-04-22 11:09:27 +01:00
bench2 Add support for anoma-decode builtin (#2775) 2024-05-15 18:30:17 +01:00
examples Add field element type (#2659) 2024-02-27 14:54:43 +01:00
gnuplot Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
include Bugfix: modules associated with inductive types should be declared after their inductive types (#2768) 2024-05-14 19:32:22 +02:00
juvix-stdlib@73ecbc5773 Update stdlib to the main branch (#2791) 2024-05-29 14:44:07 +02:00
licenses Remove unused files (#2398) 2023-09-28 14:20:19 +02:00
runtime Rust backend (#2787) 2024-05-29 13:34:04 +02:00
scripts Support for Cairo builtins (#2718) 2024-04-16 19:01:30 +02:00
src Juvix to Isabelle/HOL translation (#2752) 2024-06-05 12:23:24 +02:00
test Support Anoma stdlib sign-detached API (#2798) 2024-06-03 19:07:56 +02:00
tests Fix generation of wildcards in RecordPattern (#2802) 2024-06-04 18:28:25 +02:00
.clang-format Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00
.github_changelog_generator Update Changelog v0.2.3 🎉 2022-08-15 12:24:42 +02:00
.gitignore Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
.gitmodules Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
.hlint.yaml Add default arguments (#2408) 2023-10-10 23:28:06 +02:00
.pre-commit-config.yaml Update clang formatting (#2465) 2023-10-23 19:12:56 +02:00
cabal.hie.yaml Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
cabal.project upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
cabal.project.freeze upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
CHANGELOG.md Release 0.6.2 (#2795) 2024-06-01 11:33:36 +02:00
cntlines.sh Juvix to Isabelle/HOL translation (#2752) 2024-06-05 12:23:24 +02:00
CONTRIBUTING.md Fix baseUrl for juvix docs in Doctor command (#2122) 2023-05-24 12:14:30 +02:00
justfile Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
LICENSE.md Add new README and md files (#1904) 2023-03-21 20:01:48 +01:00
Makefile Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
package.yaml Release 0.6.2 (#2795) 2024-06-01 11:33:36 +02:00
README.md Fix tara url svg (#2406) 2023-09-28 19:05:05 +02:00
stack.hie.yaml Refactor hie.yaml and add entry in the readme (#1672) 2022-12-20 16:45:48 +01:00
stack.yaml Remove unused resourcet-effectful dependency (#2748) 2024-04-24 14:52:43 +01:00

Juvix

Tara the Juvix mascot

CI Status

The Juvix compiler CI

Nightly build, release and benchmark

Codebase
Open the Juvix Standard Lib in Github Codespace

This repository is specifically dedicated to the compiler of the Juvix programming language.

For any Juvix-related inquiries, we strongly advise visiting the following resources.

Our documentation offers an in-depth understanding of the Juvix programming language. It encompasses a language reference, examples, blog posts, and numerous other resources to facilitate effective use of Juvix.