Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/megabytesofrem/deimos
- Owner: megabytesofrem
- License: mpl-2.0
- Created: 2024-03-22T16:39:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T12:38:40.000Z (5 months ago)
- Last Synced: 2024-09-16T14:17:38.189Z (5 months ago)
- Topics: compiler, proglangs-discord, programming-language, rust
- Language: Rust
- Homepage:
- Size: 343 KB
- Stars: 6
- 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.iofunction 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.