scala.meta.syntactic.tokenizers.CharArrayReader
the last read character
the last read character
The offset one past the last read character
The offset one past the last read character
A mystery why CharArrayReader.nextChar() returns Unit
Is last character a unicode escape \\uxxxx?
Is last character a unicode escape \\uxxxx?
The start offset of the line before the current one
The start offset of the line before the current one
The start offset of the current line
The start offset of the current line
A new reader that takes off at the current character position
A new reader that takes off at the current character position
Advance one character; reducing CR;LF pairs to just LF
Advance one character; reducing CR;LF pairs to just LF
Advance one character, leaving CR;LF pairs intact.
Advance one character, leaving CR;LF pairs intact. This is for use in multi-line strings, so there are no "potential line ends" here.