Skip to content

Releases: JROChub/greyalien-prototype

v0.3.0

18 Jan 22:33

Choose a tag to compare

  • 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

18 Jan 21:43

Choose a tag to compare

  • 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.

v0.1.0

16 Jan 10:50

Choose a tag to compare

0.1.0

  • Initial publishable prototype with parser, interpreter, and type checker.
  • Unified CLI (roc) plus examples and specs.