Stack Control is a stack-based programming language created by me. This is a Rust remake of the original C# version.
There's no specific purpose for this language – I just created it for fun. It was inspired by Uiua and other stack-based languages.
Documentation coming soon. For now, you can see the description of the old version
- Clone this repository:
git clone https://github.com/CREAsTIVE/StackControl.git
- Navigate to the shell project:
cd stack-control/stack-control-shell - Run with Cargo:
cargo run
Requires Unicode support in your terminal/console.
- Documentation generator
- Web version
- More command
- Iterable operation
- Array modifiers
- Math operation / equality
- Conditions
- Loops