mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-15 12:39:52 +03:00
generated parser understands tuples
This commit is contained in:
@@ -78,3 +78,7 @@ void ast_print(AstNode *node, int indent) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
AstNode *ast_create_root(Token *token) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user