Hi
SyntaxEditor documentation Language Definition Guide -> Parsing Stages -> Semantic Parsing paragraph says that "During the examination of the tokens, semantic parsers can look at either the string-based key or the integer-based ID of an IToken."
What does it mean and how to use token IDs in semantic parsing?
I'm using semantic parser generated by SyntaxEditor parser generator.
SyntaxEditor documentation Language Definition Guide -> Parsing Stages -> Semantic Parsing paragraph says that "During the examination of the tokens, semantic parsers can look at either the string-based key or the integer-based ID of an IToken."
What does it mean and how to use token IDs in semantic parsing?
I'm using semantic parser generated by SyntaxEditor parser generator.