Skip to content

v0.11.1

Choose a tag to compare

@odvcencio odvcencio released this 26 Mar 03:57
1ae3dc4

v0.11.1 rolls up the parser and grammargen parity work that just landed on main via PR #16.

Highlights

  • Restores CSS real-corpus parity to 25/25 no-error, sexpr parity, and deep parity.
  • Skips grammargen conflict diagnostics/provenance on the plain GenerateLanguage fast path.
  • Fixes parser regressions around after-whitespace lex modes, unary reduction collapse, and Python pass-statement normalization.
  • Carries forward broader parity fixes across C/C++, JavaScript/TypeScript/TSX, COBOL, and the focused Docker parity harness.

Validation

  • Merged from PR #16 after build, freshness, parity-cgo, and perf-regression all passed.