Add support for IO in VirtualMachine

This commit is contained in:
2021-11-08 21:39:55 +01:00
parent df1f8262dc
commit e2800fe69f
3 changed files with 36 additions and 20 deletions

View File

@@ -40,7 +40,8 @@ executable MVM
base ^>=4.15.0.0,
bytestring ^>=0.11.0.0,
containers ^>=0.6.4.1,
mtl ^>=2.2.2
mtl ^>=2.2.2,
transformers ^>=0.5.6.2
hs-source-dirs: app
default-language: Haskell2010
@@ -57,6 +58,7 @@ test-suite spec
bytestring ^>=0.11.0.0,
containers ^>=0.6.4.1,
mtl ^>=2.2.2,
transformers ^>=0.5.6.2,
hspec ==2.*
other-modules:
Assembler.TokenizerSpec