Re: Further C++ operators for position
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Matthew, > Le 5 nov. 2019 à 16:04, Matthew Fernandez <[email protected]> a écrit : > > No, I meant that you could instantiate the parser twice and parse two unrelated files. Each of the two resulting ASTs will have attached locations and positions. It seems to me that it doesn’t make sense to compare a position from one AST to a position in the other. Indeed, it should not happen.