added serial-out support to emulator + serial lib & command line mode for dsa emulator

This commit is contained in:
2026-02-23 19:51:05 +00:00
parent 7ab1ac8842
commit 1d38aca523
22 changed files with 1906 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
include print: "./lib/print.dsa";
fn main() {
print::print("Hello, World!");
}