variables

This commit is contained in:
Oleg Sobolev 2025-12-30 02:56:06 +03:00
parent f5e7b7c091
commit cf9ae469ba
5 changed files with 122 additions and 35 deletions

View file

@ -54,8 +54,8 @@ common warnings
ghc-options: -Wall
library
exposed-modules: Lox.Scanner, Lox.Expr, Lox.Parser, Lox.Interpreter
build-depends: base ^>=4.18.3.0, mtl, extra
exposed-modules: Lox.Scanner, Lox.Expr, Lox.Parser, Lox.Interpreter, Lox.Environment
build-depends: base ^>=4.18.3.0, mtl, extra, containers
hs-source-dirs: src
default-language: Haskell2010