interpreter first version

This commit is contained in:
Oleg Sobolev 2025-12-25 18:41:04 +03:00
parent 05d670817e
commit b5001499d7
4 changed files with 63 additions and 6 deletions

View file

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