This commit is contained in:
2025-11-25 18:18:19 +01:00
parent e749b82a87
commit 8312f289c8
5 changed files with 55 additions and 13 deletions

View File

@ -24,14 +24,15 @@ library
LexChi
ParChi
PrintChi
Interpreter.Haskell
Interpreter.Self
hs-source-dirs:
.
executable interpreter
main-is: Main.hs
hs-source-dirs:
interpreter
other-modules: Self
app
build-depends: base
, chi
, mtl