A small, fast and dynamically typed scripting language written in Zig. Inspired by WAIIG by Thorsten Ball
- Functions
- Higher-order functions
- Closures
- Integers and Arithmetic
- Booleans
- Builtins
- len
- rest
- push
- Dynamic Arrays
Build Cyzig with Zig(I hope to track master but currently works with 0.14.0-dev.1511+54b668f8a)
zig build
Run REPL
cyzig
Interpret File
cyzig [fileName]