https://github.com/sanalzio/zio-plus
My simple programing language.
https://github.com/sanalzio/zio-plus
javascript js programming-language
Last synced: 7 months ago
JSON representation
My simple programing language.
- Host: GitHub
- URL: https://github.com/sanalzio/zio-plus
- Owner: sanalzio
- License: mit
- Created: 2023-11-04T11:32:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T04:45:15.000Z (over 2 years ago)
- Last Synced: 2025-01-02T01:27:56.064Z (about 1 year ago)
- Topics: javascript, js, programming-language
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ZIO+
My simple programing language.
The repository for the version of the project written in Python but with slight differences: [zio-language](https://github.com/sanalzio/zio-language)
- [ZIO+](#zio)
- [Click to check for new updates.](#click-to-check-for-new-updates)
- [📁 How to install](#-how-to-install)
- [How to clone repository?](#how-to-clone-repository)
- [Click to open project with Gihtub Desktop](#click-to-open-project-with-gihtub-desktop)
- [Install requirements](#install-requirements)
- [❔ How to use](#-how-to-use)
- [⚙ How can i run ZIO+ code](#-how-can-i-run-zio-code)
- [📖 Click to go Documentation](#-click-to-go-documentation)
- [LICENSE](#license)
[
](https://github.com/sanalzio/ZIO-Plus/releases/)

## [Click to check for new updates.](https://www.github.com/sanalzio/ZIO-Plus/blob/master/doc.md#updates)
## 📁 How to install
Sorry I couldn't turn the project into an Executable file but you can clone repository and run it in your terminal.
You can download the latest version of ZIO+ from [here](https://github.com/sanalzio/ZIO-Plus/releases) or [here](https://www.github.com/sanalzio/ZIO-Plus/archive/refs/heads/master.zip)
or clone repository for install
### How to clone repository?
1) Open terminal or git bash in your folder where you want to save the project
2) Use this command:
```bash
git clone https://github.com/sanalzio/ZIO-Plus.git
```
or open with Github Desktop
### [Click to open project with Gihtub Desktop](x-github-client://openRepo/https://github.com/sanalzio/ZIO-Plus)
### Install requirements
1) Open terminal in your folder where you want to save the project.
2) If Node.js is not installed on your computer, please install it.
3) Use this command for install requirements:
```bash
npm intall
```
## ❔ How to use
You can write zio+ code on any text editor.
### ⚙ How can i run ZIO+ code
1) Open terminal in your folder where you want to save the project.
2) And use this command for run .zi code:
```bash
node index.js <.zi file path>
```
## [📖 Click to go Documentation](https://www.github.com/sanalzio/ZIO-Plus/blob/master/doc.md)
## LICENSE
[**MIT**](https://raw.githubusercontent.com/sanalzio/ZIO-Plus/master/LICENSE)