Working toward new C inline style

This commit is contained in:
Nathan Braswell
2015-04-04 01:32:40 -04:00
parent 639f4ff0fb
commit e37836aea5
11 changed files with 172 additions and 123 deletions

View File

@@ -66,6 +66,8 @@ std::string ASTData::ASTTypeToString(ASTType type) {
return "if_comp";
case simple_passthrough:
return "simple_passthrough";
case passthrough_params:
return "passthrough_params";
case function_call:
return "function_call";
case value: