partial hello world codegen

This commit is contained in:
Andrew Kelley
2015-11-24 00:35:23 -07:00
parent 3b4a2afb65
commit 7d22a89eec
5 changed files with 159 additions and 18 deletions

View File

@@ -26,16 +26,10 @@ const char *node_type_str(NodeType node_type) {
return "ParamDecl";
case NodeTypeType:
return "Type";
case NodeTypePointerType:
return "PointerType";
case NodeTypeBlock:
return "Block";
case NodeTypeStatement:
return "Statement";
case NodeTypeExpressionStatement:
return "ExpressionStatement";
case NodeTypeReturnStatement:
return "ReturnStatement";
case NodeTypeExpression:
return "Expression";
case NodeTypeFnCall: