Updated to not have headers in source directories
This commit is contained in:
parent
0c435ed040
commit
91bb0a7533
33 changed files with 3668 additions and 4101 deletions
|
|
@ -1,19 +0,0 @@
|
|||
#include "../src/api.h"
|
||||
#include "../src/array.h"
|
||||
#include "../src/language.h"
|
||||
#include "../src/length.h"
|
||||
#include "../src/lexer.h"
|
||||
#include "../src/parser.h"
|
||||
#include "../src/stack.h"
|
||||
#include "../src/subtree.h"
|
||||
#include "../src/tree.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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue