Started working on a simple compiler.

This commit is contained in:
Samuel Hammersberg 2023-01-22 19:43:08 +01:00
parent 0ae5a9cee0
commit b389e397b6
2 changed files with 37 additions and 2 deletions

View file

@ -12,7 +12,7 @@ build-type: Simple
extra-doc-files: CHANGELOG.md
extra-source-fiels:
extra-source-files:
Grammar.cf
@ -30,12 +30,13 @@ executable language
Grammar.Par
Grammar.Print
Grammar.Skel
Compiler
Interpreter
hs-source-dirs: src
build-depends:
base ^>=4.16.3.0
base ^>=4.17.0.0
, mtl
, containers
, either