did stuff, done stuff

This commit is contained in:
Maieul BOYER 2024-08-31 18:48:20 +00:00
parent 4a8fb259dc
commit 62a4f377a1
37 changed files with 325 additions and 399 deletions

View file

@ -14,7 +14,7 @@
#include "parser/subtree.h"
#include "parser/tree.h"
TSTree *ts_tree_new(Subtree root, const TSLanguage *language)
TSTree *ts_tree_new(t_subtree root, const TSLanguage *language)
{
TSTree *result;