Parser.skip

Asserts that the current token is of kind T!str, and then moves to the next token.

class Parser
void
skip
(
string str
)
(
)

Meta