/deimos

The compiler for Deimos, a small, low-level Lua inspired language

Primary LanguageRustMozilla Public License 2.0MPL-2.0

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 rust compiler.