libsapling  0.8.0
first.h
Go to the documentation of this file.
1 #ifndef _LIBSAPLING_PARSER_FIRST_H_
2 #define _LIBSAPLING_PARSER_FIRST_H_
3 
9 #include "libsapling/dm/graph.h"
11 #include "libsapling/cc/parser/aux/symbol_set.h"
12 
21 node_t *compute_first_set(grammar_t g, int symbol);
22 
23 #endif
node_t * compute_first_set(grammar_t g, int symbol)
Computes the first set of a grammar symbol.
Grammar implementation.
Graph implementation.