Re: [Felix-language] [felix] Pointer model

2012-06-11 Thread john skaller
On 10/06/2012, at 10:15 AM, john skaller wrote: > I'm in the middle of rewriting the pointer model. First: DEVELOPERS NOTE BREAKAGE INVISAGED. This means I may have just broken your code, and, the new modelling stuff is certainly deficient and probably bugged as well :) There are now 3 types

Re: [Felix-language] [felix] Pointer model

2012-06-11 Thread john skaller
BTW watch out for flxg compiler bug: fun +: int -> +char; infinite loop, segfault. this is because the + in +char is looked up and it finds the function + being defined and disappears up its own arsehole. Shouldn't happen: the finding of fun + here is correct, but it should error out trying to ap