1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/app/Commands
Jonathan Cubides 0ef464668d
Fix Core-To-Geb translation (#1863)
This PR adds support for all recent changes in GEB introduced by:
- https://github.com/anoma/geb/pull/70
- Closes #1814

Summary:

- [x] Add LeftInj, RightIng, and Absurd types in GEB language
- [x] Fix FromCore translation for the new data types and minor code
styling issues.
  - [x] Fix GEB-STLC type inference and checking
- [X] Add support for evaluating typed morphism "(typed ...)" in the Geb
repl and .geb files.
- [x] Simplify a bit the Geb parser
- [x] Fix `dev geb check` command
- [x] Type check files in `tests/Geb/positive`

After this PR, we should include interval location for Geb terms to
facility debugging type-checking errors.
2023-02-28 18:49:44 +01:00
..
Compile Support basic dependencies (#1622) 2022-12-20 13:05:40 +01:00
Dev Fix Core-To-Geb translation (#1863) 2023-02-28 18:49:44 +01:00
Doctor Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Extra Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01: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 Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Dev.hs Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
Doctor.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01: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 Add REPL option to apply Core transformations (#1796) 2023-02-01 13:00:06 +00:00
Typecheck.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00