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
That way we can pinpoint error locations. or maybe we can keep using the relative position in the parser, but keep track of the absolute offset in the parser driver.
The text was updated successfully, but these errors were encountered:
In ParserK we will have to pass the absolute position around in the continuations. In Parser we can just maintain it in the driver. The position can include the byteOffset and lineCount (for Char/Byte streams only) up to the current chunk.
That way we can pinpoint error locations. or maybe we can keep using the relative position in the parser, but keep track of the absolute offset in the parser driver.
The text was updated successfully, but these errors were encountered: