How are line/column position data dealt with in parser combinator libraries?
I’m building a parser using a parser combinator library. I need to keep track of where AST nodes started and ended in the textual input — line and column numbers.
I’m building a parser using a parser combinator library. I need to keep track of where AST nodes started and ended in the textual input — line and column numbers.