Linux / macOS
./scripts/build-cli.sh
# or selectable script:
./scripts/build.sh cli
Current-version reference for CLI setup, running scripts, and workflow.
You can download the latest version of Zekken from the Download page, or build from source below.
rustc, cargo)git clone https://github.com/OzRAGEHarm/Zekken.git
cd Zekken
./scripts/build-cli.sh
# or selectable script:
./scripts/build.sh cli
.\scripts\build-cli.bat
# or selectable script:
.\scripts\build.bat cli
./target/release/zekken run main.zk
# or:
cargo run --release run main.zk
The current CLI subcommands are:
zekken run <file> - Run a script.zekken repl - Interactive REPL session.zekken help - View help for all commands or a specific subcommand.zekken debug <ast/tokens> <file> - Dumps either the Abstract Syntax Tree (AST) or token stream from the lexer for a given file.