Hi,
We are using the LLParser, and have defined in our Lexer to identify ":=" as assignment, and ":" as colon. However,
with an offset before the ':' character (e.g. caret "|" at "|:="), snapshot.GetWordTextRange or GetWordText returns only ":"
with an offset before the '=' character (e.g. caret "|" at ":|="), snapshot.GetWordTextRange or GetWordText returns ":="
We would expect ":=" to be returned in both cases since it was identified as a token - is this an Actipro issue?
Thanks