A statically-typed, mainly object-oriented programming language written in Rust.
sudo apt install llvm-18-dev clang-18 libpolly-18-dev
cargo build --releasebrew install llvm
cargo build --releasefn main() {
println("Hello, World!");
}Contributions are always welcome! Please feel free to open an issue or submit a pull request. If you're new to Rust, check out the Rust Book and Rust By Example.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.