1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests
Jonathan Cubides c7e4056077
Add --numeric-version flag (#1918)
As the title says. 

```
❯ juvix --numeric-version
0.3.0
```
2023-03-24 10:45:53 +01: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/positive Fix bug with unregistered builtin bool (#1917) 2023-03-24 10:29:57 +01:00
Core Print JuvixCore correctly (#1875) 2023-03-15 16:41:39 +01:00
examplesExpected Add Towers of Hanoi and Pascal triangle examples (#1446) 2022-08-10 12:02:14 +01:00
Geb/positive Fix Core-To-Geb translation (#1863) 2023-02-28 18:49:44 +01:00
Internal CI pre-commit maintenance (#1905) 2023-03-23 08:57:38 +00:00
negative Remove the old C backend (#1862) 2023-03-14 17:22:32 +01:00
positive Automatically detect and split mutually recursive blocks in let expressions (#1894) 2023-03-17 11:05:55 +00:00
runtime/positive Translation from JuvixAsm to C (#1619) 2022-12-06 11:33:20 +01:00
smoke/Commands Add --numeric-version flag (#1918) 2023-03-24 10:45:53 +01:00
.gitattributes Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00