libsapling
0.8.0
|
Implementation of the computation of the follow set. More...
#include "libsapling/dm/graph.h"
#include "libsapling/cc/parser/grammar.h"
#include "libsapling/cc/parser/aux/symbol_set.h"
Go to the source code of this file.
Functions | |
node_t * | compute_follow_set (grammar_t g, int symbol) |
Computes the follow set of a nonterminal grammar symbol. More... | |
Implementation of the computation of the follow set.
node_t* compute_follow_set | ( | grammar_t | g, |
int | symbol | ||
) |
Computes the follow set of a nonterminal grammar symbol.