ParsingStream

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

Constructors

this
this(TString subject)

Create the stream.

Members

Functions

opCast
bool opCast()

Structs

__anonymous
struct __anonymous
__anonymous
struct __anonymous
__anonymous
struct __anonymous
__anonymous
struct __anonymous

Variables

index
size_t index;

Current index.

subject
TString subject;

String we are operating on.

Meta