🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Tangent: Bugs and Enumeration

Published January 04, 2009
Advertisement
I had a little time this evening to get back into Tangent work. Mostly I found bugs; or at least things that didn't work surrounding this-methods ( operator() overloading for those familiar with C++) and inheritance. And with methods in generic types. And with string importing...

So I filed in the bugs and went to work making sure Tangent can import IEnumerable/IEnumerator. I need them to make foreach work (or perhaps a Python style for). They're also pretty necessary for generators and to do a number of the little example programs I want to get focused on as the driving force behind language implementation rather than my whimsy.

At the moment, the importer gets the types (and ignores their ungeneric kin) and generates the Current property for the enumerator. The others fail out; probably due to generic referencing issues. ~3 more members to get working.
Previous Entry Bugs!
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement