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
"
get_changed_ranges.c
language.c
lexer.c
node.c
alloc.c
query.c
stack.c
tree.c
subtree.c
parser.c
tree_cursor.c
subprojects
tree-sitter-0.20.6
lib
src
lib.c
Generated by
1.9.1