update: normed lots of stuff
This commit is contained in:
parent
978636b6ef
commit
50a2f3d4be
118 changed files with 1145 additions and 1330 deletions
|
|
@ -12,11 +12,11 @@
|
|||
|
||||
#include "parser/inner/node.h"
|
||||
|
||||
TSNode ts_node__child(TSNode self, t_u32 child_index, bool include_anonymous)
|
||||
t_node ts_node__child(t_node self, t_u32 child_index, bool include_anonymous)
|
||||
{
|
||||
TSNode result;
|
||||
t_node result;
|
||||
bool did_descend;
|
||||
TSNode child;
|
||||
t_node child;
|
||||
t_u32 index;
|
||||
NodeChildIterator iterator;
|
||||
t_u32 grandchild_index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue