Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 542 Bytes

Deimos

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

import std.io

function main()
    io.print("Hello, world")
end

Features

  • Fast compiler written in Rust
  • Clean syntax based on Lua
  • Support for low-level programming

Roadmap

See ROADMAP.md for the current status of the language

Building

  • You'll need the latest stable version of the rust compiler.