Releases: JROChub/greyalien-prototype
Releases · JROChub/greyalien-prototype
v0.3.0
- Add match expressions with literal patterns and _ wildcard.
- Add enum definitions with variant values and enum pattern matching.
- Add enum payload constructors and payload patterns.
- Add import declarations for single-file modules.
- Add conformance fixtures and parser fuzz coverage.
v0.2.0
- Records and lists with field access and indexing in the interpreter subset.
- Parser diagnostics with recovery plus --all-errors.
- Expanded examples, golden outputs, and automated example tests.
- Documentation updates for specs, roadmap, and contribution flow.
- Packaging polish with a single version source and CI build step.