ddparser.lr

Undocumented in source.

Members

Functions

actionIsLessThanAction
bool actionIsLessThanAction(Action* a, Action* b)
Undocumented in source. Be warned that the author may not have intended to support it.
build_LR_tables
void build_LR_tables(Grammar* g)
Undocumented in source. Be warned that the author may not have intended to support it.
elem_symbol
uint elem_symbol(Grammar* g, Elem* e)
Undocumented in source. Be warned that the author may not have intended to support it.
free_Action
void free_Action(Action* a)
Undocumented in source. Be warned that the author may not have intended to support it.
gotoIsLessThanGoto
bool gotoIsLessThanGoto(Goto* a, Goto* b)
Undocumented in source. Be warned that the author may not have intended to support it.
goto_State
State* goto_State(State* s, Elem* e)
Undocumented in source. Be warned that the author may not have intended to support it.
isHintLessThanHint
bool isHintLessThanHint(Hint* a, Hint* b)
Undocumented in source. Be warned that the author may not have intended to support it.
itemIsLessThanItem
bool itemIsLessThanItem(Item* a, Item* b)
Undocumented in source. Be warned that the author may not have intended to support it.
sort_VecAction
void sort_VecAction(VecAction v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

INITIAL_ALLITEMS
enum INITIAL_ALLITEMS;
Undocumented in source.

Meta