Add concrete_child and concrete_child_count Node methods

This commit is contained in:
Max Brunsfeld 2015-09-07 21:11:37 -07:00
parent 557c8c7f28
commit c3f3f19ea8
7 changed files with 166 additions and 51 deletions

View file

@ -17,9 +17,9 @@ typedef struct TSTree TSTree;
typedef unsigned short TSStateId;
typedef enum {
TSNodeTypeNormal,
TSNodeTypeConcrete,
TSNodeTypeHidden,
TSNodeTypeConcrete,
TSNodeTypeNormal,
} TSNodeType;
typedef struct TSLexer {