mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +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.
2b5ece7b28
This pr adds the `--statements` flag to `juvix dev latex export`. It can be used like this: ``` juvix dev latex export --statements "List; elem; find" List.juvix ``` All statements are selectable by their 'label'. The label of a statement is defined as: 1. The function/type/operator/alias/axiom/local_module/fixity/iterator name being defined. 2. The module name being imported. ## Limitations: 1. Only top statements are allowed. I.e. statements inside local modules cannot be selected. 1. Open statements are not selectable. Giving `--statements "My.Module"` will refer to the import statement `import My.Module`. 4. Single constructors are not selectable. Only the whole type definition. 5. No comments will be printed. |
||
---|---|---|
.devcontainer | ||
.github | ||
app | ||
assets | ||
bench | ||
bench2 | ||
examples | ||
gnuplot | ||
include | ||
juvix-stdlib@5424a487b4 | ||
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 | ||
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.