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
Use Sedlexing.{Utf8,Utf16}.from_gen to initialize UTF8 (resp. UTF16) lexing buffers from
string.
Delay raising Malformed until actually reading the malformed part of the imput. (#140)
Count lines in all cases (#130). Previously, certain functions for initiating the
lexical buffer would disable lines counting.
Check and fix invariants from Cset. The codebase was not respecting
invariants documented in the Cset module which could break code
relying on it. The code generated by sedlex.ppx could be affected.
Do not rely on comments from unicode UCD files
Add API to track position in bytes. Should be opt-in and backward compatible. (#146)