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: 11 months ago
JSON representation
The compiler for Deimos, a small, low-level Lua inspired language
- Host: GitHub
- URL: https://github.com/megabytesofrem/deimos
- Owner: megabytesofrem
- License: mpl-2.0
- Created: 2024-03-22T16:39:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T13:35:27.000Z (over 1 year ago)
- Last Synced: 2025-03-29T02:41:43.674Z (12 months ago)
- Topics: compiler, proglangs-discord, programming-language, rust
- Language: Rust
- Homepage:
- Size: 498 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.