No longer maintained!
Tron Programming Language
An open-source programming language written in Rust.
Installation
Before starting the installation, please make sure that you have already installed Rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
After that, we can clone This repository and run the command cargo build
:
git clone https://github.com/jkl-org/Tron.git
cd Tron
cargo build
Usage/Examples
let x = 3;
if x > 1 {
print "passed";
} else {
error "failed";
}
Acknowledgements
Feedback
If you have any feedback, please reach out to us at [email protected]
Support
For support, email [email protected] or join our Discrod server.