Compute first set of a grammar
[cascardo/grammar.git] / first.h
diff --git a/first.h b/first.h
new file mode 100644 (file)
index 0000000..1f0794c
--- /dev/null
+++ b/first.h
@@ -0,0 +1,9 @@
+#ifndef FIRST_H
+#define FIRST_H
+
+#include <grammar.h>
+
+GHashTable* grammar_first (Grammar*);
+GList* first_get (GHashTable*, symbol_t*);
+
+#endif