mirror of
https://github.com/anoma/juvix.git
synced 2025-01-04 05:33:27 +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.
4cdcb2f747
* Fixes a bug in calling Anoma stdlib from Nock code * Runs the anoma compilation test with the anoma node nockma evaluator. I've classified the tests in 4 categories: 1. `Working`. The test works as expected. 2. `Trace`. We need more work on our end to get the traces from the anoma node and check that they match the expected result. 3. `NodeError`. The anoma node returns `failed to prove the nock program`. 4. `Wrong`. The anoma node returns some value that does not match the expected value. --------- Co-authored-by: Lukasz Czajka <lukasz@heliax.dev> Co-authored-by: Łukasz Czajka <62751+lukaszcz@users.noreply.github.com> Co-authored-by: Paul Cadman <git@paulcadman.dev> |
||
---|---|---|
.devcontainer | ||
.github | ||
app | ||
assets | ||
bench | ||
bench2 | ||
config | ||
examples | ||
gnuplot | ||
include | ||
juvix-stdlib@8bc67b8748 | ||
licenses | ||
runtime | ||
scripts | ||
src | ||
test | ||
tests | ||
.clang-format | ||
.github_changelog_generator | ||
.gitignore | ||
.gitmodules | ||
.hlint.yaml | ||
.pre-commit-config.yaml | ||
cabal.hie.yaml | ||
cabal.project | ||
cabal.project.freeze | ||
CHANGELOG.md | ||
cntlines.sh | ||
CODING.md | ||
CONTRIBUTING.md | ||
justfile | ||
LICENSE.md | ||
Makefile | ||
package.yaml | ||
README.md | ||
stack.hie.yaml | ||
stack.yaml |
Juvix
CI Status |
---|
Codebase |
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.