parsingstream

Members

Classes

MatchException
class MatchException

An exception thrown if a match fails.

Functions

parsingStream
ParsingStream!char parsingStream(string content = "")

This class takes a string and lets you perform simple matching operations to help in writing simple parsers and keep your code readable.

Structs

ParsingStream
struct ParsingStream(T = char)

This class takes a string and lets you perform simple matching operations to help in writing simple parsers and keep your code readable.

Meta