generated parser understands tuples

This commit is contained in:
Andrew Kelley
2015-11-06 22:11:47 -07:00
parent 4ecb37a8a4
commit 72be61fc0a
7 changed files with 244 additions and 51 deletions

View File

@@ -78,3 +78,7 @@ void ast_print(AstNode *node, int indent) {
break;
}
}
AstNode *ast_create_root(Token *token) {
return nullptr;
}