Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/megabytesofrem/deimos

The compiler for Deimos, a small, low-level Lua inspired language
https://github.com/megabytesofrem/deimos

compiler proglangs-discord programming-language rust

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        



Deimos

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

```lua
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](ROADMAP.md) for the current status of the language

## Building
- You'll need the latest stable version of the `rust` compiler.