This is the main source code repository for Extron. It contains the compiler, standard library, and documentation.
- Mainly because I wanted to learn Rust. And secondly because I wanted to make a simple and easy to use programming language. Thats it. 😁
curl -sfL https://raw.githubusercontent.com/AvaterClasher/extron/main/install.sh | sh
iwr -useb https://raw.githubusercontent.com/AvaterClasher/extron/main/install.ps1 | iex
-
Clone the source with
git
:git clone https://github.com/AvaterClasher/extron.git cd extron
-
Run the following command to build the project:
# For running the REPL (Read-Eval-Print-Loop) cargo run
# For running a Extron (.ext) file cargo run run <path-to-file>
See https://github.com/AvaterClasher/extron/issues for reporting bugs and feature requests.
Extron is primarily distributed under the terms of the MIT license.
See LICENSE-MIT for details.