A small programming language I made for embedding in my projects, but you can use it too (mentioning me somewhere).
let name = "César";
@print("Hello, $name!");
- Compiler: Converts lubacode into bytecode for the LVM (Lubalia Virtual Machine)
- Interpreter: Executes the bytecode in the LVM