2025-12-20 18:25:53 +11:00
2025-12-20 18:25:53 +11:00
2025-12-20 18:25:53 +11:00
2025-12-20 18:25:53 +11:00
2025-12-19 16:32:24 +11:00
2025-12-20 16:55:40 +11:00
2025-12-19 16:32:24 +11:00
2025-12-20 18:25:53 +11:00

Sylt Logo

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 -o VMBL -O3

Syntax

Example "Hello, World!" Program

fun main() {
    println("Hello, World!\n")
}
Description
virtual machine based language lol
Readme MIT 202 KiB
Languages
C 98%
Makefile 2%