1f0794c85ba692e9b6869e7f96e555380eab4cea
[cascardo/grammar.git] / first.h
1 #ifndef FIRST_H
2 #define FIRST_H
3
4 #include <grammar.h>
5
6 GHashTable* grammar_first (Grammar*);
7 GList* first_get (GHashTable*, symbol_t*);
8
9 #endif