The compiler for Deimos, a small, low-level Lua inspired language.
import std.io
function main()
io.print("Hello, world")
end
- Fast compiler written in Rust
- Clean syntax based on Lua
- Support for low-level programming
See ROADMAP.md for the current status of the language
- You'll need the latest stable version of the
rust
compiler.