Tokenizer

Undocumented in source.

Constructors

this
this(string source, string file)
Undocumented in source.

Members

Functions

opSlice
Range opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

is_newline
size_t is_newline(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
is_none_white
bool is_none_white(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
is_white_space
bool is_white_space(char c)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Range
struct Range
Undocumented in source.

Variables

file
immutable(string) file;
Undocumented in source.
source
immutable(string) source;
Undocumented in source.

Meta