apiel-cli 0.2.0

Interactive REPL for apiel, a subset of the APL programming language implemented in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# apiel

This is the cli tool to showcase **apiel**.

**apiel** is a small subset of the [APL programming language](https://en.wikipedia.org/wiki/APL_(programming_language)) implemented in Rust. 

## Affiliation


This was created as a capstone project for the [rustcamp](https://github.com/rust-lang-ua/rustcamp), a Rust bootcamp organized by the Ukrainian Rust Community ([website](https://www.uarust.com), [linked in](https://www.linkedin.com/company/ukrainian-rust-community), [telegram](https://t.me/rustlang_ua), [github](https://github.com/rust-lang-ua), [youtube](https://www.youtube.com/channel/UCmkAFUu2MVOX8ly0LjB6TMA), [twitter](https://twitter.com/rustukraine)).

## Usage 


```cargo run``` or ```RUST_LOG=debug cargo run``` for debugging output.

Enter commands in the terminal.

The list of supported glyphs can be found in the [main README](../README.md).