Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
node.h
Go to the documentation of this file.
1 /*
2 ** node.h - nodes of abstract syntax tree
3 **
4 ** See Copyright Notice in mruby.h
5 */
6 
7 #ifndef NODE_H
8 #define NODE_H
9 
10 enum node_type {
115 };
116 
117 #endif /* NODE_H */