1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-19 04:41:36 +03:00
juvix/app/Commands/Dev
Jonathan Cubides 830b3be304
Add FileExt type (#2467)
This PR introduces FileExt type, and consequently, one can generalise
methods and matches based on the file extension; for example,
`parseInputJuvixAsmFile` is now an app. `parseInputFile FileExtJuvixAsm`
2023-10-25 12:02:12 +02:00
..
Asm Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Core Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
DisplayRoot Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Geb Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Highlight Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Internal Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Parse Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Repl Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Runtime Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Scope Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Termination Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Asm.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Core.hs Normalization by Evaluation (#2038) 2023-05-15 18:01:40 +02:00
DisplayRoot.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Geb.hs Fix Core-To-Geb translation (#1863) 2023-02-28 18:49:44 +01:00
Highlight.hs Refactor EntryPoint, Package, Pipeline, Root packages (#2458) 2023-10-23 12:38:52 +01:00
Internal.hs Update ci to use ormolu 0.5.3.0 and reformat project (#2313) 2023-08-25 17:37:23 +01:00
Options.hs Add juvix dev repl command (#1941) 2023-03-31 00:57:44 +02:00
Parse.hs Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Runtime.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Scope.hs Finish the new pretty printing algorithm and delete the old one (#2151) 2023-06-02 13:02:35 +02:00
Termination.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00