peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
883 stars 63 forks source link

Implement soft-mode with access to partial results #501

Open frostburn opened 4 months ago

frostburn commented 4 months ago

Facilitate syntax-highlighting using the generated parser by making it possible to obtain partial results even when there's a syntax error. On failure give user the option to still raise an error after consuming the partial results.