Mellow is a hobby-compiler written in Rust that designed to be simple, intuitive and fast. The language is inspired by Rust, Lua and Python.
Note that this is a work-in-progress project, so there might be some bugs in the code.
Ensure you have the following installed on your system.
- Cargo
- GCC
- Nasm
git clone https://github.com/georgiyozhegov/mellow.git
Then, go to the mellow
directory.
cd mellow
And run the compiler.
make run
First, it will compile the sl (standard library) and then, it will link the assembly object file with it. The resulting binary is able to run on any x86-64 machine.