sanalzio / ZIO-Plus

My simple programing language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon

ZIO+

My simple programing language.

The repository for the version of the project written in Python but with slight differences: zio-language

downloadbtn Repository stars

πŸ“ 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 or here 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:
    git clone https://github.com/sanalzio/ZIO-Plus.git

or open with Github Desktop

Click to open project with Gihtub Desktop

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:

    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:

    node index.js <.zi file path>

LICENSE

MIT

About

My simple programing language.

License:MIT License


Languages

Language:JavaScript 100.0%