* Things to note:
startColumn : 1, endColumn: 2, startOffset: x, endOffset: x +1} --> the range is inclusive to exclusive 1...2 (2 chars long).
"\n" {startLine : 1, endLine: 1} --> a lineTerminator as the last character does not effect the Token's line numbering.
"'hello\tworld\uBBBB'" {image: "'hello\tworld\uBBBB'"} --> a Token's image is the "literal" text
(unicode escaping is untouched).
Generated using TypeDoc
* Things to note:
startColumn : 1, endColumn: 2, startOffset: x, endOffset: x +1} --> the range is inclusive to exclusive 1...2 (2 chars long).
"\n" {startLine : 1, endLine: 1} --> a lineTerminator as the last character does not effect the Token's line numbering.
"'hello\tworld\uBBBB'" {image: "'hello\tworld\uBBBB'"} --> a Token's image is the "literal" text
(unicode escaping is untouched).