Context

Undocumented in source.

Constructors

this
this(Source source)
Undocumented in source.
this
this(Source source, SourceLoc loc)
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.
close
auto close()
Undocumented in source. Be warned that the author may not have intended to support it.
expectClosed
auto expectClosed()
Undocumented in source. Be warned that the author may not have intended to support it.
expectOpen
auto expectOpen(string tag, string related)
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
auto isOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string tag, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open()
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.

Structs

Open
struct Open
Undocumented in source.

Variables

cursor
size_t cursor;
Undocumented in source.
loc
SourceLoc loc;
Undocumented in source.
source
Source source;
Undocumented in source.

Meta