Crates.io | izia |
lib.rs | izia |
version | 0.5.0 |
source | src |
created_at | 2019-01-12 04:42:33.224726 |
updated_at | 2020-02-02 07:00:09.170786 |
description | Interactive Shell for the Zia Programming Language |
homepage | |
repository | https://github.com/Charles-Johnson/zia_programming |
max_upload_size | |
id | 108105 |
size | 58,120 |
Interactive Shell for the Zia Programming Language.
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.
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.
IZia is licensed under the General Public License (GPL), version 3 (LICENSE http://www.gnu.org/licenses/gpl-3.0.en.html).