x86_64 arch + asm start

This commit is contained in:
2026-06-02 03:24:21 -04:00
parent c2a8c50a6d
commit 473ddab0d4
12 changed files with 200 additions and 11 deletions
+1
View File
@@ -38,6 +38,7 @@ def_tokens! {
For: "for",
Match: "match",
Break: "break",
Asm: "asm",
}
other {
Ident(String),