Add AST to Parser
This commit is contained in:
parent
b51be83eff
commit
bf4592540a
2 changed files with 21 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ executable simple-arithmetic-compiler
|
|||
main-is: Main.hs
|
||||
|
||||
-- Modules included in this executable, other than Main.
|
||||
other-modules: Lexer
|
||||
other-modules: Lexer, Parser
|
||||
|
||||
-- LANGUAGE extensions used by modules in this package.
|
||||
-- other-extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue