line number, column number etc. are hardcoded, and (what's worse) converted to strings early on in the process, losing structure. However, the parsing combinators themselves are agnostic as to whether they are parsing strings or some other structured data.
line number, column number etc. are hardcoded, and (what's worse) converted to strings early on in the process, losing structure. However, the parsing combinators themselves are agnostic as to whether they are parsing strings or some other structured data.