1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests
Łukasz Czajka c9b8cdd5e9
Pattern matching compilation (#1874)
This implements a basic version of the algorithm from: Luc Maranget,
[Compiling pattern matching to good decision
trees](http://moscova.inria.fr/~maranget/papers/ml05e-maranget.pdf). No
heuristics are used - the first column is always chosen.

* Closes #1798 
* Closes #1225 
* Closes #1926 
* Adds a global `--no-coverage` option which turns off coverage checking
in favour of generating runtime failures
* Changes the representation of Match patterns in JuvixCore to achieve a
more streamlined implementation
* Adds options to the Core pipeline
2023-03-27 10:42:27 +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 Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Core Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
examplesExpected Add a test suite for milestone examples (#1920) 2023-03-24 13:16:26 +00: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 Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02: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