🎉 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!

FLU!

Published February 23, 2009
Advertisement
Not dead. Mostly. Last week was sacrificed to the flu. Re-working a large/nasty method continues. Operators work again, and I found a few little bugs that never worked in the first place. Operators are now auto-detected by where you put the name of the method in the phrase:

foo(int x, int y) => int {}     // foo - not an infix operator.(int x) foo (int y) => int {}   // foo - an infix operator.


Phrase work is partly done. I need to now do the code generation to do the automatic partial application. Hopefully it'll be cleaner and more consistent this time. More later in the week.
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