Skip to content

v0.1.0 — Initial release

Pre-release
Pre-release

Choose a tag to compare

@UniquePython UniquePython released this 22 Mar 08:43
· 2 commits to main since this release

Skizze v0.1.0

First release of the Skizze programming language.

Features

  • Variables (let)
  • Reassignment
  • Arithmetic and comparison operators
  • Boolean literals (true, false)
  • If / else
  • While loops
  • Functions with implicit return
  • Lexical scoping
  • print built-in
  • Clean error messages with line and column numbers

Usage

pip install -e .
skizze <file.skz>