b1ff26bcbb14e8788d68276afab33efa3f2c5905
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 for Linux: gcc src/main.c src/vmbl.c src/exception.c src/asm/tokenize.c -o VMBL -O3
Syntax
Example "Hello, World!" Program
fun main() {
println("Hello, World!\n")
}
Languages
C
98%
Makefile
2%
