tcenal.dparsers

Undocumented in source.

Members

Functions

CharacterLiteral
ParsingResult CharacterLiteral(string input, size_t position, Memo memo)
Undocumented in source. Be warned that the author may not have intended to support it.
FloatLiteral
ParsingResult FloatLiteral(string input, size_t position, Memo memo)
Undocumented in source. Be warned that the author may not have intended to support it.
Identifier
ParsingResult Identifier(string input, size_t position, Memo memo)
Undocumented in source. Be warned that the author may not have intended to support it.
IntegerLiteral
ParsingResult IntegerLiteral(string input, size_t position, Memo memo)
Undocumented in source. Be warned that the author may not have intended to support it.
StringLiteral
ParsingResult StringLiteral(string input, size_t position, Memo memo)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
ParsingResult skip(string input, size_t position, Memo memo)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta