Re: [Felix-language] Test bug

2014-01-31 Thread john skaller
On 31/01/2014, at 11:49 AM, john skaller wrote: > There's a bug in corouitines--01.flx I can't figure out. Oooo .. I have now. This is what I'm going to call a Srean bug. There's no bug in the compiler. It's not clear even if there is a bug in the test case. So to explain I'm going to backstep

[Felix-language] Test bug

2014-01-30 Thread john skaller
There's a bug in corouitines--01.flx I can't figure out. If I rename the file to coroutines_01.flx it works. The original file compiles and links fine but and runs *part* of the code. A name like corouines-01 is a valid Felix ident but not a C one. So it is translared to coroutines__hyphe