Context

Undocumented in source.

Constructors

this
this(string sourceName, string source, size_t line, size_t cursor)
Undocumented in source.

Members

Functions

advance
auto advance(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
defining
auto defining()
Undocumented in source. Be warned that the author may not have intended to support it.
expectTagClosed
auto expectTagClosed()
Undocumented in source. Be warned that the author may not have intended to support it.
expectTagOpen
auto expectTagOpen(string tag, string related)
Undocumented in source. Be warned that the author may not have intended to support it.
remaining
auto remaining()
Undocumented in source. Be warned that the author may not have intended to support it.
tagClose
auto tagClose()
Undocumented in source. Be warned that the author may not have intended to support it.
tagOpen
auto tagOpen(string tag, string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TagOpen
struct TagOpen
Undocumented in source.

Variables

cursor
size_t cursor;
Undocumented in source.
defineCount
size_t defineCount;
Undocumented in source.
line
size_t line;
Undocumented in source.
source
string source;
Undocumented in source.
sourceName
string sourceName;
Undocumented in source.

Meta