adding more parser — starts breaking the build
This commit is contained in:
3
ast.h
3
ast.h
@@ -600,8 +600,7 @@ Ast astParse(const char* source, uint32_t len);
|
||||
void astNodeListEnsureCapacity(AstNodeList* list, uint32_t additional);
|
||||
void astTokenListEnsureCapacity(AstTokenList* list, uint32_t additional);
|
||||
|
||||
void astNodeListAppend(AstNodeList* list, AstNodeTag tag,
|
||||
AstTokenIndex main_token, AstData data);
|
||||
AstNodeIndex astNodeListAppend(AstNodeList* list, AstNodeTag tag, AstTokenIndex main_token, AstData data);
|
||||
void astTokenListAppend(AstTokenList* list, TokenizerTag tag, AstIndex start);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user