1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-20 21:31:48 +03:00
juvix/app/Commands/Dev
Jan Mas Rovira 39d176e643
Fast nockma eval (#2580)
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.
2024-01-19 12:01:58 +01:00
..
Asm Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
Casm Cairo ASM language and interpreter (#2572) 2024-01-12 11:57:02 +00:00
Core Factor the JuvixCore -> JuvixAsm translation into JuvixCore -> JuvixTree -> JuvixAsm (#2581) 2024-01-18 15:36:44 +01:00
DisplayRoot Migrate all Juvix projects from juvix.yaml to Package.juvix in the repository (#2503) 2023-11-07 18:11:02 +00:00
Geb Nockma compile refactor (#2582) 2024-01-16 16:22:10 +00:00
Highlight Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Internal Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
MigrateJuvixYaml Migrate all Juvix projects from juvix.yaml to Package.juvix in the repository (#2503) 2023-11-07 18:11:02 +00:00
Nockma Fast nockma eval (#2580) 2024-01-19 12:01:58 +01:00
Parse Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Repl Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Runtime Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Scope Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Termination Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Asm.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Casm.hs Cairo ASM language and interpreter (#2572) 2024-01-12 11:57:02 +00:00
Core.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
DisplayRoot.hs Migrate all Juvix projects from juvix.yaml to Package.juvix in the repository (#2503) 2023-11-07 18:11:02 +00:00
Geb.hs Fix Core-To-Geb translation (#1863) 2023-02-28 18:49:44 +01:00
Highlight.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Internal.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
MigrateJuvixYaml.hs Migrate all Juvix projects from juvix.yaml to Package.juvix in the repository (#2503) 2023-11-07 18:11:02 +00:00
Nockma.hs Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
Options.hs Cairo ASM language and interpreter (#2572) 2024-01-12 11:57:02 +00:00
Parse.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Runtime.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Scope.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Termination.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00