v0.2.8
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++andx--desugar tox = x + 1andx = 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
- validation: align tobit_mroz with AER reference by @shawcharles in #44
Full Changelog: v0.2.7...v0.2.8