Examples
The checked-in examples show the current compiler surface and the design evidence behind upcoming language work.
Adirondack Mystery
examples/blaze/adirondack-mystery/main.blaze is the current end-to-end witness. It compiles a modular Blaze source tree into the shipped Adventure Kit world bundle without changing runtime semantics.
bash
npx tsx scripts/blaze.ts check examples/blaze/adirondack-mystery/main.blaze
npx tsx scripts/blaze.ts build examples/blaze/adirondack-mystery/main.blaze \
--out public/worlds/adirondack-mystery.blaze.jsonRead the source notes in examples/blaze/adirondack-mystery/README.md.
Design witnesses
examples/blaze/design-v0.1/contains selected v0.1 source witnesses that document syntax and lowering intent. They are not complete executable worlds.examples/blaze/ink-inspired/pairs a small Ink fragment with a proposed Blaze equivalent and expected dialogue JSON.- Eliza Authoring Trial documents a story-design trial against existing world content.
