Started working on a simple compiler.
This commit is contained in:
parent
0ae5a9cee0
commit
b389e397b6
2 changed files with 37 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue