The quiet layer beneath Elly — where a program is still just symbols, chains, and tuples, with no meaning attached yet.
Muon is the textual data notation at the base of the stack. It fixes only lexical and structural syntax — sequences, chains, items, symbols, strings, comments, and tuples — and is loosely JSON-compatible by intent.
Elly playground the scripting language layered on this notation.
The notation this playground parses, rendered from its source document.
& abstraction, symbols, and lists. (plaintext: elly-spec.md)
Rust crate docs generated by cargo doc from the workspace source.
muon →
The no_std notation parser: tokens, tree, and parse.
muon-wasm →
Thin wasm32 shim that powers this playground.