mirror of
https://github.com/anoma/juvix.git
synced 2025-01-07 16:22:14 +03:00
39d176e643
Adds annotations to cells to indicate that it is a call to the stdlib and might be evaluated faster in the Haskell evaluator. The syntax for stdlib calls is as follows: ``` [stdlib@add args@<args-term> <left-term> <right-term>] ``` where `add` is the name of the function being called, `<args-term>` is a nockma term that points to the position of the arguments, and `<left-term>` and `<right-term>` are the actual components of the cell. |
||
---|---|---|
.. | ||
Asm | ||
benchmark | ||
Casm | ||
Compilation | ||
Core | ||
examplesExpected | ||
Geb/positive | ||
Internal | ||
negative | ||
nockma/positive | ||
positive | ||
runtime/positive | ||
smoke/Commands | ||
VampIR | ||
WithoutPackageFile | ||
.gitattributes |