Skip to content

CesGalaxy/lubalia

Repository files navigation

Lubalia

A small programming language I made for embedding in my projects, but you can use it too (mentioning me somewhere).

Basic syntax

let name = "César";

@print("Hello, $name!");

How does it work

  • Compiler: Converts lubacode into bytecode for the LVM (Lubalia Virtual Machine)
  • Interpreter: Executes the bytecode in the LVM