Generates events from tokens provided by a Scanner.
While Parser receives tokens with non-const character slices, the events it
produces are immutable strings, which are usually the same slices, cast to string.
Parser is the last layer of D:YAML that may possibly do any modifications to these
slices.
Generates events from tokens provided by a Scanner.
While Parser receives tokens with non-const character slices, the events it produces are immutable strings, which are usually the same slices, cast to string. Parser is the last layer of D:YAML that may possibly do any modifications to these slices.