v0.11.1
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, andperf-regressionall passed.