An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

icon

# 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)

[downloadbtn](https://github.com/sanalzio/ZIO-Plus/releases/)
![Repository stars](https://custom-icon-badges.demolab.com/github/stars/sanalzio/ZIO-Plus.svg?color=yellow&logo=star&logoColor=darkyellow&style=for-the-badge)

## [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)