Skip to content

Releases: semihbalan/ksb

Release list

KSB v0.2.0

Choose a tag to compare

@semihbalan semihbalan released this 09 Aug 20:56

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.ksb

PyPI: configure Trusted Publisher (see docs/publishing.md), then re-run the Publish workflow if needed.