munchCharLiteral

Assuming pc is positioned at the start of a character literal, munches it from pc and returns it. A reference to line is passed in order to track multiline character literals (yeah, that can actually happen) correctly.

static
string
munchCharLiteral
(
ref string pc
,
ref size_t line
)

Meta