Rizin
unix-like reverse engineering framework and cli tools
lib.c
Go to the documentation of this file.
1 // The Tree-sitter library can be built by compiling this one source file.
2 //
3 // The following directories must be added to the include path:
4 // - include
5 
6 #define _POSIX_C_SOURCE 200112L
7 
8 #include "./alloc.c"
9 #include "./get_changed_ranges.c"
10 #include "./language.c"
11 #include "./lexer.c"
12 #include "./node.c"
13 #include "./parser.c"
14 #include "./query.c"
15 #include "./stack.c"
16 #include "./subtree.c"
17 #include "./tree_cursor.c"
18 #include "./tree.c"