Implement Compiler
This commit is contained in:
parent
eb03afe343
commit
8e5fba32f6
3 changed files with 22 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ executable simple-arithmetic-compiler
|
|||
main-is: Main.hs
|
||||
|
||||
-- Modules included in this executable, other than Main.
|
||||
other-modules: Lexer, Parser, AbstractSyntaxTree
|
||||
other-modules: Lexer, Parser, AbstractSyntaxTree, Compiler
|
||||
|
||||
-- LANGUAGE extensions used by modules in this package.
|
||||
-- other-extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue