Closed cvubrugier closed 5 years ago
Our locatedExpr helper was suggested by the author of pyparsing as a way to get the location of a token. He added the feature to pyparsing shortly after, so there is no reason to carry our own locatedExpr implementation.
For more context, see:
http://stackoverflow.com/questions/18706631/pyparsing-get-token-location-in-results-name
Signed-off-by: Christophe Vu-Brugier cvubrugier@fastmail.fm
Our locatedExpr helper was suggested by the author of pyparsing as a way to get the location of a token. He added the feature to pyparsing shortly after, so there is no reason to carry our own locatedExpr implementation.
For more context, see:
http://stackoverflow.com/questions/18706631/pyparsing-get-token-location-in-results-name
Signed-off-by: Christophe Vu-Brugier cvubrugier@fastmail.fm