starting work on tokenizer for assembly language

This commit is contained in:
SpookyDervish
2025-12-21 05:47:15 +11:00
parent 03ea7bd418
commit b1ff26bcbb
6 changed files with 123 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
But uhh that's the name of the VM itself, the name of the programming language I made is Sylt, named after the German island.
To compile for Linux: `gcc src/main.c src/vmbl.c src/exception.c -o VMBL -O3`
To compile for Linux: `gcc src/main.c src/vmbl.c src/exception.c src/asm/tokenize.c -o VMBL -O3`
## Syntax
### Example "Hello, World!" Program