1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-20 05:12:05 +03:00
juvix/app/Commands/Dev/Core
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
Compile Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Eval Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
FromConcrete Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Normalize Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Read Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Repl Option --show-args-num (#1946) 2023-03-30 12:23:40 +01:00
Strip Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Asm.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Compile.hs Add main field to juvix.yaml (#2120) 2023-05-24 15:42:20 +02:00
Eval.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
FromConcrete.hs Update ci to use ormolu 0.5.3.0 and reformat project (#2313) 2023-08-25 17:37:23 +01:00
Normalize.hs Normalization by Evaluation (#2038) 2023-05-15 18:01:40 +02:00
Options.hs Direct translation from normalized JuvixCore to VampIR (#2086) 2023-05-19 14:43:45 +02:00
Read.hs Normalization by Evaluation (#2038) 2023-05-15 18:01:40 +02:00
Repl.hs Normalization by Evaluation (#2038) 2023-05-15 18:01:40 +02:00
Strip.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00