munchString

Assuming pc is positioned at the start of a string literal, munches it from pc and returns it. A reference to line is passed in order to track multiline strings correctly.

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

Meta