libsapling  0.8.0
slr.h
Go to the documentation of this file.
1 #ifndef _LIBSAPLING_PARSER_SLR_H_
2 #define _LIBSAPLING_PARSER_SLR_H_
3 
11 
12 
20 
21 
22 void slr__print_tables(FILE *stream, action_table_t tbl_action,
23  goto_table_t tbl_goto, node_t *C, grammar_t g);
24 
25 #endif
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.