0.3.2
- Fixed
Regex
/Pattern
converted to their string representations with loss of flags; - Made
Parsed<T>.remainder
public; - Optimized
TokenizerMatchesSequence
to avoid redundant objects allocation
Regex
/ Pattern
converted to their string representations with loss of flags;Parsed<T>.remainder
public;TokenizerMatchesSequence
to avoid redundant objects allocation