Fixed the code to build a list from keys of a hashtable
[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