Commit Graph

6 Commits

Author SHA1 Message Date
Eric Traut
5e47a2fd18 Added the ability to clone ClassType instances for specialization purposes.
Hooked up built-in types to their corresponding base classes (e.g. List derives from list).
2019-03-14 13:40:31 -07:00
Eric Traut
f3cf0c0a9b Started to revamp typeAnnotation to handle type variables. 2019-03-13 23:52:16 -07:00
Eric Traut
68d64bc3d7 Refactored type annotation code into smaller functions. 2019-03-12 22:24:35 -07:00
Eric Traut
8cb737469e Modified FunctionType and ClassType to support type parameters and type arguments. 2019-03-12 15:35:32 -07:00
Eric Traut
6fc1c00af6 Eliminated unnecessary EllipsisType. 2019-03-11 22:02:44 -07:00
Eric Traut
1d91744b1f Initial checkin. 2019-03-11 20:45:56 -07:00