Removing even more shit in the parser lib

This commit is contained in:
Maix0 2024-07-03 18:55:25 +02:00
parent 7e88e17d67
commit a7bfe526b0
20 changed files with 215 additions and 461 deletions

View file

@ -4,7 +4,7 @@
#include "api.h"
#include <stdbool.h>
typedef struct
typedef struct NodeChildIterator
{
Subtree parent;
const TSTree *tree;