1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests
Łukasz Czajka c4c92d5fcf
Allow to specify VampIR variable names (#2141)
* Closes #2134 

Adds the `argnames` pragma which specifies function argument names.
These will be the names used in Core and subsequently in VampIR for the
`main` function.

```
{-# argnames: [x, y] -#}
main : Nat -> Nat -> Nat;
```
2023-06-01 17:36:47 +02:00
..
Asm New compilation pipeline (#1832) 2023-03-14 16:24:07 +01:00
benchmark Adapt benchmarks to the new pipeline (#1795) 2023-02-01 15:44:09 +01:00
Compilation Iterator syntax (#2126) 2023-05-30 15:30:11 +02:00
Core Add Bottom node (#2112) 2023-05-23 18:31:28 +02:00
examplesExpected Add a test suite for milestone examples (#1920) 2023-03-24 13:16:26 +00:00
Geb/positive VampIR integration (#2103) 2023-05-22 20:18:18 +02:00
Internal Fix reachability analysis with imports in unreachable nested modules (#2062) 2023-05-12 09:53:30 +01:00
negative Iterator syntax (#2126) 2023-05-30 15:30:11 +02:00
positive Add the format pragma (#2150) 2023-05-31 23:30:59 +02:00
runtime/positive Translation from JuvixAsm to C (#1619) 2022-12-06 11:33:20 +01:00
smoke/Commands Support new import ... open syntax in REPL (#2156) 2023-06-01 16:44:08 +02:00
VampIR/positive Allow to specify VampIR variable names (#2141) 2023-06-01 17:36:47 +02:00
.gitattributes Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00