make things work normally
This commit is contained in:
parent
eee1354b40
commit
91e2c52270
43 changed files with 12576 additions and 6662 deletions
13
parser/src/lib.c
Normal file
13
parser/src/lib.c
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#define _POSIX_C_SOURCE 200112L
|
||||
|
||||
#include "./alloc.c"
|
||||
#include "./get_changed_ranges.c"
|
||||
#include "./language.c"
|
||||
#include "./lexer.c"
|
||||
#include "./node.c"
|
||||
#include "./parser.c"
|
||||
#include "./query.c"
|
||||
#include "./stack.c"
|
||||
#include "./subtree.c"
|
||||
#include "./tree_cursor.c"
|
||||
#include "./tree.c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue