GenericTomlGrammar.TomlGrammar

Undocumented in source.
struct GenericTomlGrammar(TParseTree)
struct TomlGrammar {}

Members

Aliases

Spacing
alias Spacing = spacing
Undocumented in source.

Manifest constants

name
enum name;
Undocumented in source.

Mixins

__anonymous
mixin decimateTree
Undocumented in source.

Static functions

ALPHA
string ALPHA(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ALPHA
TParseTree ALPHA(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ALPHA
TParseTree ALPHA(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
DIGIT
string DIGIT(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
DIGIT
TParseTree DIGIT(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
DIGIT
TParseTree DIGIT(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
HEXDIG
string HEXDIG(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
HEXDIG
TParseTree HEXDIG(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
HEXDIG
TParseTree HEXDIG(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
addRuleAfter
void addRuleAfter(string parentRule, string ruleSyntax)
Undocumented in source. Be warned that the author may not have intended to support it.
addRuleBefore
void addRuleBefore(string parentRule, string ruleSyntax)
Undocumented in source. Be warned that the author may not have intended to support it.
apostrophe
string apostrophe(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
apostrophe
TParseTree apostrophe(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
apostrophe
TParseTree apostrophe(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array
string array(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array
TParseTree array(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array
TParseTree array(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_close
string array_close(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_close
TParseTree array_close(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_close
TParseTree array_close(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_open
string array_open(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_open
TParseTree array_open(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_open
TParseTree array_open(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_sep
string array_sep(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_sep
TParseTree array_sep(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_sep
TParseTree array_sep(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table
string array_table(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table
TParseTree array_table(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table
TParseTree array_table(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table_close
string array_table_close(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table_close
TParseTree array_table_close(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table_close
TParseTree array_table_close(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table_open
string array_table_open(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table_open
TParseTree array_table_open(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_table_open
TParseTree array_table_open(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
array_values
string array_values(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
array_values
TParseTree array_values(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
array_values
TParseTree array_values(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_char
TParseTree basic_char(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_char
TParseTree basic_char(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_char
string basic_char(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_string
TParseTree basic_string(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_string
TParseTree basic_string(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_string
string basic_string(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_unescaped
string basic_unescaped(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_unescaped
TParseTree basic_unescaped(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
basic_unescaped
TParseTree basic_unescaped(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
bin_int
string bin_int(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
bin_int
TParseTree bin_int(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
bin_int
TParseTree bin_int(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
bin_prefix
string bin_prefix(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
bin_prefix
TParseTree bin_prefix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
bin_prefix
TParseTree bin_prefix(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
boolean
string boolean(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
boolean
TParseTree boolean(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
boolean
TParseTree boolean(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
comment
TParseTree comment(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
comment
TParseTree comment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
comment
string comment(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
comment_start_symbol
TParseTree comment_start_symbol(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
comment_start_symbol
TParseTree comment_start_symbol(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
comment_start_symbol
string comment_start_symbol(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
date_fullyear
string date_fullyear(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
date_fullyear
TParseTree date_fullyear(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
date_fullyear
TParseTree date_fullyear(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
date_mday
string date_mday(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
date_mday
TParseTree date_mday(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
date_mday
TParseTree date_mday(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
date_month
string date_month(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
date_month
TParseTree date_month(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
date_month
TParseTree date_month(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
date_time
string date_time(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
date_time
TParseTree date_time(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
date_time
TParseTree date_time(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
dec_int
TParseTree dec_int(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
dec_int
TParseTree dec_int(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
dec_int
string dec_int(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
decimal_point
string decimal_point(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
decimal_point
TParseTree decimal_point(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
decimal_point
TParseTree decimal_point(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
digit0_1
string digit0_1(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
digit0_1
TParseTree digit0_1(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
digit0_1
TParseTree digit0_1(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
digit0_7
TParseTree digit0_7(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
digit0_7
string digit0_7(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
digit0_7
TParseTree digit0_7(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
digit1_9
string digit1_9(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
digit1_9
TParseTree digit1_9(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
digit1_9
TParseTree digit1_9(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
dot_sep
TParseTree dot_sep(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
dot_sep
TParseTree dot_sep(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
dot_sep
string dot_sep(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
dotted_key
TParseTree dotted_key(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
dotted_key
TParseTree dotted_key(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
dotted_key
string dotted_key(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
escape
TParseTree escape(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
escape
TParseTree escape(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
escape
string escape(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
escape_seq_char
TParseTree escape_seq_char(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
escape_seq_char
TParseTree escape_seq_char(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
escape_seq_char
string escape_seq_char(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
escaped
TParseTree escaped(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
escaped
string escaped(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
escaped
TParseTree escaped(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
exp
TParseTree exp(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
exp
TParseTree exp(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
exp
string exp(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
expression
TParseTree expression(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
expression
TParseTree expression(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
expression
string expression(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
false_
TParseTree false_(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
false_
TParseTree false_(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
false_
string false_(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
float_
TParseTree float_(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
float_
TParseTree float_(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
float_
string float_(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
float_exp_part
TParseTree float_exp_part(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
float_exp_part
TParseTree float_exp_part(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
float_exp_part
string float_exp_part(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
float_int_part
TParseTree float_int_part(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
float_int_part
TParseTree float_int_part(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
float_int_part
string float_int_part(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
forgetMemo
void forgetMemo()
Undocumented in source. Be warned that the author may not have intended to support it.
frac
TParseTree frac(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
frac
TParseTree frac(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
frac
string frac(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
full_date
TParseTree full_date(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
full_date
string full_date(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
full_date
TParseTree full_date(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
full_time
string full_time(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
full_time
TParseTree full_time(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
full_time
TParseTree full_time(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_int
TParseTree hex_int(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_int
TParseTree hex_int(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_int
string hex_int(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_prefix
TParseTree hex_prefix(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_prefix
TParseTree hex_prefix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_prefix
string hex_prefix(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inf
TParseTree inf(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
inf
TParseTree inf(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
inf
string inf(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table
string inline_table(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table
TParseTree inline_table(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table
TParseTree inline_table(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_close
string inline_table_close(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_close
TParseTree inline_table_close(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_close
TParseTree inline_table_close(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_keyvals
string inline_table_keyvals(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_keyvals
TParseTree inline_table_keyvals(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_keyvals
TParseTree inline_table_keyvals(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_open
string inline_table_open(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_open
TParseTree inline_table_open(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_open
TParseTree inline_table_open(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_sep
string inline_table_sep(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_sep
TParseTree inline_table_sep(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
inline_table_sep
TParseTree inline_table_sep(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
integer
TParseTree integer(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
integer
TParseTree integer(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
integer
string integer(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
isRule
bool isRule(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
key
TParseTree key(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
key
TParseTree key(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
key
string key(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
keyval
TParseTree keyval(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
keyval
TParseTree keyval(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
keyval
string keyval(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
keyval_sep
string keyval_sep(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
keyval_sep
TParseTree keyval_sep(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
keyval_sep
TParseTree keyval_sep(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
literal_char
TParseTree literal_char(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
literal_char
TParseTree literal_char(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
literal_char
string literal_char(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
literal_string
TParseTree literal_string(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
literal_string
TParseTree literal_string(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
literal_string
string literal_string(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
local_date
string local_date(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
local_date
TParseTree local_date(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
local_date
TParseTree local_date(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
local_date_time
string local_date_time(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
local_date_time
TParseTree local_date_time(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
local_date_time
TParseTree local_date_time(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
local_time
string local_time(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
local_time
TParseTree local_time(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
local_time
TParseTree local_time(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
minus
TParseTree minus(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
minus
TParseTree minus(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
minus
string minus(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_body
string ml_basic_body(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_body
TParseTree ml_basic_body(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_body
TParseTree ml_basic_body(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_string
string ml_basic_string(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_string
TParseTree ml_basic_string(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_string
TParseTree ml_basic_string(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_string_delim
string ml_basic_string_delim(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_string_delim
TParseTree ml_basic_string_delim(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_basic_string_delim
TParseTree ml_basic_string_delim(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_body
TParseTree ml_literal_body(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_body
TParseTree ml_literal_body(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_body
string ml_literal_body(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_string
TParseTree ml_literal_string(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_string
TParseTree ml_literal_string(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_string
string ml_literal_string(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_string_delim
TParseTree ml_literal_string_delim(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_string_delim
TParseTree ml_literal_string_delim(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ml_literal_string_delim
string ml_literal_string_delim(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_char
string mlb_char(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_char
TParseTree mlb_char(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_char
TParseTree mlb_char(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_content
string mlb_content(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_content
TParseTree mlb_content(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_content
TParseTree mlb_content(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_escaped_nl
TParseTree mlb_escaped_nl(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_escaped_nl
TParseTree mlb_escaped_nl(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_escaped_nl
string mlb_escaped_nl(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_quotes
TParseTree mlb_quotes(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_quotes
string mlb_quotes(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_quotes
TParseTree mlb_quotes(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_unescaped
TParseTree mlb_unescaped(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_unescaped
TParseTree mlb_unescaped(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mlb_unescaped
string mlb_unescaped(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_char
TParseTree mll_char(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_char
TParseTree mll_char(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_char
string mll_char(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_content
TParseTree mll_content(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_content
TParseTree mll_content(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_content
string mll_content(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_quotes
TParseTree mll_quotes(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_quotes
TParseTree mll_quotes(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
mll_quotes
string mll_quotes(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
nan
TParseTree nan(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
nan
string nan(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
nan
TParseTree nan(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
newline
string newline(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
newline
TParseTree newline(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
newline
TParseTree newline(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
non_ascii
string non_ascii(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
non_ascii
TParseTree non_ascii(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
non_ascii
TParseTree non_ascii(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
non_eol
string non_eol(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
non_eol
TParseTree non_eol(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
non_eol
TParseTree non_eol(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
oct_int
string oct_int(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
oct_int
TParseTree oct_int(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
oct_int
TParseTree oct_int(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
oct_prefix
string oct_prefix(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
oct_prefix
TParseTree oct_prefix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
oct_prefix
TParseTree oct_prefix(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
offset_date_time
TParseTree offset_date_time(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
offset_date_time
TParseTree offset_date_time(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
offset_date_time
string offset_date_time(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
TParseTree opCall(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string opCall(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
TParseTree opCall(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
partial_time
TParseTree partial_time(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
partial_time
TParseTree partial_time(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
partial_time
string partial_time(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
plus
string plus(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
plus
TParseTree plus(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
plus
TParseTree plus(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
quotation_mark
string quotation_mark(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
quotation_mark
TParseTree quotation_mark(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
quotation_mark
TParseTree quotation_mark(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
quoted_key
TParseTree quoted_key(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
quoted_key
TParseTree quoted_key(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
quoted_key
string quoted_key(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
simple_key
string simple_key(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
simple_key
TParseTree simple_key(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
simple_key
TParseTree simple_key(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
special_float
string special_float(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
special_float
TParseTree special_float(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
special_float
TParseTree special_float(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table
TParseTree std_table(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table
TParseTree std_table(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table
string std_table(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table_close
TParseTree std_table_close(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table_close
TParseTree std_table_close(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table_close
string std_table_close(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table_open
TParseTree std_table_open(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table_open
TParseTree std_table_open(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
std_table_open
string std_table_open(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
string_
TParseTree string_(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
string_
TParseTree string_(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
string_
string string_(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
table
TParseTree table(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
table
TParseTree table(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
table
string table(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_delim
TParseTree time_delim(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_delim
TParseTree time_delim(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_delim
string time_delim(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_hour
TParseTree time_hour(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_hour
TParseTree time_hour(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_hour
string time_hour(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_minute
TParseTree time_minute(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_minute
TParseTree time_minute(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_minute
string time_minute(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_numoffset
TParseTree time_numoffset(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_numoffset
TParseTree time_numoffset(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_numoffset
string time_numoffset(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_offset
TParseTree time_offset(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_offset
TParseTree time_offset(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_offset
string time_offset(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_secfrac
TParseTree time_secfrac(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_secfrac
TParseTree time_secfrac(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_secfrac
string time_secfrac(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
time_second
TParseTree time_second(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
time_second
TParseTree time_second(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
time_second
string time_second(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
toml
string toml(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
toml
TParseTree toml(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toml
TParseTree toml(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
true_
string true_(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
true_
TParseTree true_(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
true_
TParseTree true_(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
underscore
string underscore(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
underscore
TParseTree underscore(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
underscore
TParseTree underscore(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
unquoted_key
TParseTree unquoted_key(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
unquoted_key
string unquoted_key(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
unquoted_key
TParseTree unquoted_key(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
unsigned_dec_int
string unsigned_dec_int(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
unsigned_dec_int
TParseTree unsigned_dec_int(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
unsigned_dec_int
TParseTree unsigned_dec_int(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
val
TParseTree val(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
val
TParseTree val(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
val
string val(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ws
string ws(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
ws
TParseTree ws(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ws
TParseTree ws(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ws_comment_newline
TParseTree ws_comment_newline(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ws_comment_newline
TParseTree ws_comment_newline(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ws_comment_newline
string ws_comment_newline(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
wschar
string wschar(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
wschar
TParseTree wschar(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
wschar
TParseTree wschar(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
zero_prefixable_int
string zero_prefixable_int(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
zero_prefixable_int
TParseTree zero_prefixable_int(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
zero_prefixable_int
TParseTree zero_prefixable_int(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

after
ParseTree delegate(ParseTree)[string] after;
Undocumented in source.
before
ParseTree delegate(ParseTree)[string] before;
Undocumented in source.
memo
TParseTree[Tuple!(string, size_t)] memo;
Undocumented in source.
rules
ParseTree delegate(ParseTree)[string] rules;
Undocumented in source.

Templates

hooked
template hooked(alias r, string name)
Undocumented in source.

Meta