izia

Crates.ioizia
lib.rsizia
version0.5.0
sourcesrc
created_at2019-01-12 04:42:33.224726
updated_at2020-02-02 07:00:09.170786
descriptionInteractive Shell for the Zia Programming Language
homepage
repositoryhttps://github.com/Charles-Johnson/zia_programming
max_upload_size
id108105
size58,120
Charles Johnson (Charles-Johnson)

documentation

README

izia

Interactive Shell for the Zia Programming Language.

When Building From Source

Assuming that the instructions found here have been followed, the binary executable izia can be found in either the target/debug or target/release directory. Add this directory to your PATH environment variable.

Usage

In the command line enter izia. This will print a short license notice followed by >>> as a prompt. Type in a Zia expression and press enter. izia will execute these as commands.

You can learn more about the Zia programming language here.

License

IZia is licensed under the General Public License (GPL), version 3 (LICENSE http://www.gnu.org/licenses/gpl-3.0.en.html).

Commit count: 639

cargo fmt