peggyjs / peggy

Peggy: Parser generator for JavaScript

Home Page:https://peggyjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement soft-mode with access to partial results

frostburn opened this issue · comments

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.