Implement Compiler

This commit is contained in:
Laborratte 5 2024-07-20 09:23:21 +02:00
parent eb03afe343
commit 8e5fba32f6
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
3 changed files with 22 additions and 2 deletions

View file

@ -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: