Fixed the remaining problems\! All the tests pass now.

This commit is contained in:
Nathan Braswell
2014-06-10 23:59:39 -07:00
parent 7dbfd8ca38
commit e7a631240f
3 changed files with 34 additions and 20 deletions

View File

@@ -23,10 +23,10 @@ class CGenerator {
static std::string ValueTypeToCTypeDecoration(Type *type);
static std::string CifyName(std::string name);
std::string generateObjectMethod(NodeTree<ASTData>* enclosingObject, NodeTree<ASTData>* from);
NodeTree<ASTData>* getMethodsObjectType(NodeTree<ASTData>* scope, std::string functionName);
std::string generatorString;
private:
std::string tabs();
int tabLevel;
};
#endif
#endif