Expand description
Parse error types with line/column span information.
Per parser_review §3, the previous ParseError::span: String
captured the raw “remaining input” suffix, which is opaque for
large inputs. This rewrite tracks the exact byte offset, line, and
column relative to the original source buffer.
Structs§
- Parse
Error - An error that occurred during symbolic expression parsing.
- Span
- Location of a parser error in the original source buffer.