WIP restart of lib

This commit is contained in:
Maix0 2024-06-24 00:20:08 +02:00
parent e239bfa0ea
commit 9f6b90d596
36 changed files with 15951 additions and 2 deletions

13
parser/nsrc/lib.c Normal file
View 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"