added truc

This commit is contained in:
Maieul BOYER 2024-06-30 17:58:31 +02:00
parent 313652be47
commit 8d192a0abc
No known key found for this signature in database
58 changed files with 116828 additions and 37 deletions

View file

@ -1,2 +1,23 @@
#include "../src/api.h"
#include "../src/combined.h"
#include "../nnsrc/alloc.h"
#include "../nnsrc/api.h"
#include "../nnsrc/array.h"
#include "../nnsrc/clock.h"
#include "../nnsrc/host.h"
#include "../nnsrc/language.h"
#include "../nnsrc/length.h"
#include "../nnsrc/lexer.h"
#include "../nnsrc/parser.h"
#include "../nnsrc/stack.h"
#include "../nnsrc/subtree.h"
#include "../nnsrc/tree.h"
#include "../nnsrc/tree_cursor.h"
#include "me/mem/mem.h"
#include <stdint.h>
typedef TSNode t_parse_node;
typedef TSSymbol t_symbol;
typedef TSParser t_first_parser;
typedef TSTree t_first_tree;
typedef TSLanguage t_language;
TSFieldId ts_node_field_id_for_child(TSNode self, uint32_t child_index);