1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-19 12:51:39 +03:00
juvix/app/Commands/Repl
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
..
Base.hs Add :def command to the repl (#2119) 2023-05-30 10:19:09 +02:00
Options.hs Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00