https://github.com/avaterclasher/extron
https://github.com/avaterclasher/extron
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avaterclasher/extron
- Owner: AvaterClasher
- License: mit
- Created: 2024-05-22T05:32:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T06:20:14.000Z (about 1 year ago)
- Last Synced: 2024-05-23T06:45:43.855Z (about 1 year ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
[Website][Extron] | [Getting started] | [Documentation]
This is the main source code repository for [Extron]. It contains the compiler,
standard library, and documentation.[Extron]: https://extron.vercel.app
[Getting Started]: https://extron.vercel.app/docs#getting-started
[Documentation]: https://extron.vercel.app/docs## Why Extron ?
- Mainly because I wanted to learn Rust. And secondly because I wanted to make a simple and easy to use programming language. Thats it. 😁
## Quick Start
### Installing on Linux or WSL (Windows Subsystem for Linux)
```bash
curl -sfL https://raw.githubusercontent.com/AvaterClasher/extron/main/install.sh | sh
```### Installing on Windows
```powershell
iwr -useb https://raw.githubusercontent.com/AvaterClasher/extron/main/install.ps1 | iex
```## Installing from Source
### Build steps
1. Clone the [source] with `git`:
```sh
git clone https://github.com/AvaterClasher/extron.git
cd extron
```[source]: https://github.com/AvaterClasher/extron
2. Run the following command to build the project:
```bash
# For running the REPL (Read-Eval-Print-Loop)
cargo run
``````bash
# For running a Extron (.ext) file
cargo run run
```## Getting Help
See https://github.com/AvaterClasher/extron/issues for reporting bugs and feature requests.
## License
Extron is primarily distributed under the terms of the MIT license.
See [LICENSE-MIT](LICENSE.md) for details.