libsapling
0.8.0
include
libsapling
cc
parser
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
"
10
#include "
libsapling/cc/parser/grammar.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
compute_first_set
node_t * compute_first_set(grammar_t g, int symbol)
Computes the first set of a grammar symbol.
grammar.h
Grammar implementation.
graph.h
Graph implementation.
Generated by
1.9.1