Sorry, yes Eclipse adds those. I wasn't aware the patching began at such a low level. It would be nice to have the option of getting an offset instead of line,column. But I can't see an easy path to that.
-----Original Message----- From: Daniel Sun [mailto:[email protected]] Sent: Monday, March 12, 2018 6:51 PM To: [email protected] Subject: Re: Parrot Parser: AST position information Hi Eric, Parrot will set node position of `ASTNode`, i.e. `lineNumber`, `columnNumber`, `lastLineNumber`, `lastColumnNumber`. As for `start`, `end`, `nameStart` and `nameEnd`, I can not find them in the Apache Groovy project. Can you tell me which class contains them? Cheers, Daniel.Sun=
