apoch / epoch-language

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

Type inference for identifiers is broken #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement type inference such that the type of an identifier is correctly 
detected and propagated through AST/IR decoration. See 
ExpressionAtomIdentifier::TypeInference() in Expression.cpp.

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

GoogleCodeExporter commented 9 years ago
Fixed and committed.

Original comment by don.ap...@gmail.com on 23 Mar 2012 at 4:33