SdlLexer.readCharacter

private SdlToken readCharacter() @safe

Reads a character literal 'x' (single content character or escape).

Returns

A CHARACTER token, or UNKNOWN when the closing quote is

missing or the content is empty/multiple characters.