Create Assembler module and implement some basic tokenizers

This commit is contained in:
2021-11-03 11:10:24 +01:00
parent a5db26d307
commit a73ab7fc89
3 changed files with 47 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ executable MVM
-- Modules included in this executable, other than Main.
other-modules:
VirtualMachine
Assembler
Util
-- LANGUAGE extensions used by modules in this package.