[WIP] slowly getting typechecking to work

This commit is contained in:
2017-04-28 23:37:06 -04:00
parent 259f092143
commit 87b6ed7f4c
2 changed files with 46 additions and 0 deletions

2
type.h
View File

@@ -389,6 +389,8 @@ public:
const PolyType *Quantify(int quant) const;
bool CanBeType(const Type *t) const;
std::string GetString() const;
std::string Mangle() const;
std::string GetCDeclaration(const std::string &name) const;