extracted emulator backend into independent crate

This commit is contained in:
2026-07-14 22:13:11 +01:00
parent b9d0f4fdd4
commit 7a84073bc4
38 changed files with 296 additions and 419 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[workspace]
members = ["dsa/common", "dsa/assembler", "dsa/emulator", "dsa/linker", "dsa/compiler"]
members = ["dsa/common", "dsa/assembler", "dsa/emulator/frontend", "dsa/linker", "dsa/compiler", "dsa/emulator/backend"]
resolver = "3"
[workspace.package]