Skip to content

v0.2.8

Choose a tag to compare

@sheep-farm sheep-farm released this 07 Jul 00:22
· 73 commits to master since this release

What's new

  • WebAssembly playground: full Hayashi interpreter runs in the browser with syntax highlighting, live output capture, and example snippets
  • Increment/decrement operators: x++ and x-- desugar to x = x + 1 and x = x - 1
  • Static site: landing page, docs, plugins, community, and playground pages
  • Privacy: no cookies, no tracking, no external dependencies beyond Google Fonts

Dependencies

  • Greeners 1.5.2 (fixes RUSTSEC-2026-0204: crossbeam-epoch vulnerability)

Install

git clone https://github.com/sheep-farm/hayashi.git
cd hayashi
cargo build --release
./target/release/hay --version

What's Changed

Full Changelog: v0.2.7...v0.2.8