capitalex / hello-world.inlang.nils.nv
0 gustos
0 bifurcaciones
1 archivos
Última actividad 10 months ago
| 1 | |:: documentation for NILS Form| |
| 2 | :@doc string: |
| 3 | "Nova In-Language Static Form is a possible structure for lowering |
| 4 | Nova code into a bytecode language describable in Nova. This is not |
| 5 | intended to be written by hand." |
| 6 | |
| 7 | |:@data stack: reset? :@data seen: $stack $value| |
| 8 | :@data: $stack $value |
| 9 | |:@data stack: reset| |
capitalex / hello-world.nils.jets.nv
0 gustos
0 bifurcaciones
1 archivos
Última actividad 10 months ago
| 1 | |:: documentation for NILS Form| |
| 2 | :@doc string: |
| 3 | "Nova In-Language Static Form is a possible structure for lowering |
| 4 | Nova code into a bytecode language describable in Nova. This is not |
| 5 | intended to be written by hand." |
| 6 | |
| 7 | |:: match $stack $arity :failed:?| |
| 8 | |:: match $stack $symbol| |
| 9 | :@jet: |
| 10 | " |