Building software intuitively.
Elo is in its early stages of development, we are still brainstorming a lot. This repository contains the source code of Elo's compiler.
WARNING: Elo is not a finished language. There's no warranty of this piece of software. Use it at your own risk.
The compiler is implemented in Rust. You need to use cargo to build the project.
-
Windows
- Run cargo to compile from source
> cd path\to\elo > cargo build --release
- Run cargo to compile from source
-
Linux/MacOS
- Run cargo to compile from source
$ cd ./path/to/elo $ cargo build --release
- Run cargo to compile from source
Licensed under MIT License. Read LICENSE for more information.