Parser

Undocumented in source.

Members

Variables

ambiguity_fn
D_AmbiguityFn ambiguity_fn;
Undocumented in source.
commit_actions_interval
int commit_actions_interval;
Undocumented in source.
dont_compare_stacks
int dont_compare_stacks;
Undocumented in source.
dont_fixup_internal_productions
int dont_fixup_internal_productions;
Undocumented in source.
dont_merge_epsilon_trees
int dont_merge_epsilon_trees;
Undocumented in source.
dont_use_greediness_for_disambiguation
int dont_use_greediness_for_disambiguation;
Undocumented in source.
dont_use_height_for_disambiguation
int dont_use_height_for_disambiguation;
end
const(char)* end;
Undocumented in source.
error_recovery
bool error_recovery;
Undocumented in source.
fixup_EBNF_productions
int fixup_EBNF_productions;
Undocumented in source.
free_node_fn
D_FreeNodeFn free_node_fn;
Undocumented in source.
initial_globals
D_ParseNode_Globals* initial_globals;
Undocumented in source.
initial_scope
D_Scope* initial_scope;
Undocumented in source.
initial_white_space_fn
D_WhiteSpaceFn initial_white_space_fn;
Undocumented in source.
loc
d_loc_t loc;
Undocumented in source.
partial_parses
bool partial_parses;
Undocumented in source.
save_parse_tree
int save_parse_tree;
Undocumented in source.
sizeof_user_parse_node
int sizeof_user_parse_node;
Undocumented in source.
start
const(char)* start;
Undocumented in source.
start_state
int start_state;
Undocumented in source.
syntax_error_fn
D_SyntaxErrorFn syntax_error_fn;
Undocumented in source.
syntax_errors
int syntax_errors;
Undocumented in source.

Meta