You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added tagged template literal support. The grammar now accepts interpolation(predicate) inserts and parse(node) can be called as a tagged template literal to parse strings interspersed with interpolations
Improved output for + operator by replacing its special logic with ${x} ${x}* matching.
Add lookahead shorthands that allow shorter grammars to be written for lookaheads and non-matching groups (See #13)
Breaking: Only consider null and undefined as not matching (See #12)