interpreter first version
This commit is contained in:
parent
05d670817e
commit
b5001499d7
4 changed files with 63 additions and 6 deletions
|
|
@ -54,7 +54,7 @@ common warnings
|
|||
ghc-options: -Wall
|
||||
|
||||
library
|
||||
exposed-modules: Lox.Scanner, Lox.Expr, Lox.Parser
|
||||
exposed-modules: Lox.Scanner, Lox.Expr, Lox.Parser, Lox.Interpreter
|
||||
build-depends: base ^>=4.18.3.0, mtl, extra
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue