trimmed the fat

This commit is contained in:
Maieul BOYER 2024-06-30 19:24:05 +02:00
parent 99e92e8d30
commit d9bf7fa721
No known key found for this signature in database
7 changed files with 156 additions and 4842 deletions

View file

@ -1,12 +1,11 @@
#define _POSIX_C_SOURCE 200112L
#include "./alloc.c"
#include "./get_changed_ranges.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.c"