Releases: semihbalan/ksb
Releases · semihbalan/ksb
Release list
KSB v0.2.0
KSB 0.2.0 — first public release
Ultra-dense scripting language for AI agents. Transpiles to Python 3.
Features
- Lexer / parser / Python codegen
- Pattern match (
#) - Pretty formatter (
ksb fmt) - Optional typecheck (
ksb check) - Local modules (
~ "lib/mod") - Agent runtime: fs, http, json, sh, env, log, time, path, cli, str, tool
Install
git clone https://github.com/semihbalan/ksb.git
cd ksb && pip install -e .
ksb run examples/hello.ksbPyPI: configure Trusted Publisher (see docs/publishing.md), then re-run the Publish workflow if needed.