libsapling  0.8.0
closure.h
Go to the documentation of this file.
1 #ifndef _LIBSAPLING_PARSER_CLOSURE_H_
2 #define _LIBSAPLING_PARSER_CLOSURE_H_
3 
9 #include "libsapling/dm/graph.h"
11 
12 void closure(node_t *I, grammar_t g);
13 
14 #endif
Grammar implementation.
Graph implementation.