Implement AbstractSyntaxTree
This commit is contained in:
parent
7c19a6e890
commit
62528a6d75
3 changed files with 41 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
|
||||
other-modules: Lexer, Parser, AbstractSyntaxTree
|
||||
|
||||
-- LANGUAGE extensions used by modules in this package.
|
||||
-- other-extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue