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

@ -1,6 +1,6 @@
module RISCSimpleStatements : sig
type register = {
index: int
index: string
}
type t =