IR: fix implementation of parseh

libc hello world works now
This commit is contained in:
Andrew Kelley
2016-12-11 00:13:43 -05:00
parent 3cfbec3eef
commit 2dd85d52cc
10 changed files with 672 additions and 487 deletions

View File

@@ -870,3 +870,4 @@ void ast_render(FILE *f, AstNode *node, int indent_size) {
render_node_grouped(&ar, node);
}