1 #ifndef _LIBSAPLING_PARSER_SLR_H_
2 #define _LIBSAPLING_PARSER_SLR_H_
22 void slr__print_tables(FILE *stream, action_table_t tbl_action,
23 goto_table_t tbl_goto, node_t *C, grammar_t g);
Parser action table implementation.
Parser goto table implementation.
node_t * slr__build_set_of_sets_of_lr0_items(grammar_t g)
Constructs the set of sets of LR(0) items from a grammar.