RISC code output

TODO: fix wrong order for conversion in cfgrisc
This commit is contained in:
elvis
2024-12-01 12:55:20 +01:00
parent 08f0eb5c91
commit 52cd7e7e13
7 changed files with 332 additions and 11 deletions

View File

@ -10,7 +10,7 @@
(library
(name miniImp)
(public_name miniImp)
(modules Lexer Parser Types Semantics CfgImp CfgRISC)
(modules Lexer Parser Types Semantics CfgImp CfgRISC RISC)
(libraries cfg utility menhirLib))
(include_subdirs qualified)