deimos
deimos copied to clipboard
A toy language with Lua like syntax that compiles to C code.
Deimos
The compiler for Deimos, a small, low-level Lua inspired language.
function main()
io.print("Hello, world")
end
Features
- Fast compiler written in Rust
- Clean syntax based on Lua
- Support for low-level programming
Building
- You'll need the latest stable version of the
rustcompiler.