Semantics for RISC code

This commit is contained in:
elvis
2024-12-03 17:18:42 +01:00
parent efa6ed21c9
commit 08a8d07422
20 changed files with 771 additions and 86 deletions

View File

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