Sloth is a compiled high level language written in Rust.
In order to build sloth you will need a valid install of LLVM 15.0.1, you can download LLVM from your package manager or you can download and build LLVM from source from their downloads page.
After acquiring LLVM just run cargo build
and you will have your own version of the sloth compiler!
You can also run `./build.sh {PATH TO SLOTH FILE} and it will build your sloth code!
Sloth is in very early development is NOT meant to be used for actual projects yet. Feel free to contribute to the project via Pull Request and open issues if you can. Thank you for using sloth!