d9536b52c67a1b5a8b83591d2cbab8a33dfa1094
VMBL
- Virtual
- Machine
- Based
- Language
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 the VM for Linux: gcc src/main.c src/vmbl.c src/exception.c src/file_utils.c -o vmbl -O3
SASM and Sylt are written in Python for now as I'm too mentally challenged to write C code rn.
Syntax
Example "Hello, World!" Program
fun main() {
println("Hello, World!\n")
}
Languages
C
98%
Makefile
2%
