Added pointers to interpreter

This commit is contained in:
Nathan Braswell
2016-05-13 18:34:06 -04:00
parent 7d751221c9
commit bdb98ed85c
3 changed files with 29 additions and 5 deletions

View File

@@ -972,6 +972,7 @@ obj c_generator (Object) {
ast_node::value(backing) return generate_value(node, need_variable)
ast_node::identifier(backing) return generate_identifier(node, enclosing_object, enclosing_func)
}
error("/* COULD NOT GENERATE */")
return code_triple("/* COULD NOT GENERATE */")
}
fun type_decoration(type: *type): string {