apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Program::LookupType hard codes type names #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is currently a pain to extend the types supported by the language because a 
lot of type data is hard coded. Generalize this so that types can be added 
easily to the core language without needing lots of little tweaks here and 
there.

A good place to start is to fix Program::LookupType in Program.cpp.

Original issue reported on code.google.com by don.ap...@gmail.com on 15 Feb 2012 at 7:37

GoogleCodeExporter commented 9 years ago
Cleaned this up a bit.

Original comment by don.ap...@gmail.com on 14 Nov 2012 at 5:09