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__hyphen_01

by the compiler. I may have missed one of these translations,
but normally this would break the compile.

I guess it must have something to do with the assembler
labels. But the filename isn't involved in that. hmmm.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to