sim: implement enums (except for connecting unequal enum types)

This commit is contained in:
Jacob Lifshay 2024-12-04 20:58:39 -08:00
parent 15bc304bb6
commit 42afd2da0e
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
3 changed files with 475 additions and 119 deletions

View file

@ -3793,3 +3793,5 @@ $end
panic!();
}
}
// TODO: add tests for enums