1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-19 04:41:36 +03:00
juvix/app/Commands
Ł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
..
Compile New compilation pipeline (#1832) 2023-03-14 16:24:07 +01:00
Dev Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Doctor Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Eval Print JuvixCore correctly (#1875) 2023-03-15 16:41:39 +01:00
Extra Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Html Refactor html command with extra options (#1725) 2023-01-17 18:11:59 +01:00
Repl Add REPL option to apply Core transformations (#1796) 2023-02-01 13:00:06 +00:00
Typecheck Support basic dependencies (#1622) 2022-12-20 13:05:40 +01:00
Base.hs Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Compile.hs Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Dev.hs New compilation pipeline (#1832) 2023-03-14 16:24:07 +01:00
Doctor.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Eval.hs Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Html.hs Keep regular comments in html output (#1766) 2023-01-27 13:24:28 +01:00
Init.hs Fix juvix init (#1835) 2023-02-10 17:53:23 +01:00
Repl.hs Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Typecheck.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00