1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 04:43:18 +03:00
juvix/app/Commands/Dev/Internal
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
..
Arity Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Pretty Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Reachability Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Typecheck Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Arity.hs Report termination errors after typechecking (#2318) 2023-08-30 16:38:59 +02:00
Options.hs Remove abstract (#2219) 2023-06-30 15:01:46 +02:00
Pretty.hs Report termination errors after typechecking (#2318) 2023-08-30 16:38:59 +02:00
Reachability.hs Report termination errors after typechecking (#2318) 2023-08-30 16:38:59 +02:00
Typecheck.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00