[Felix-language] posix functions and cstruct

2012-02-24 Thread john skaller
So now I have "more or less compilable Felix" bindings to all of Posix. It remains to do the ugly and hard bit: define the types, and figure out the storage and access structure. There is a "bug" in Felix that needs to be addressed. Since we don't have a bug tracker at the moment, a note here: AF

[Felix-language] posix functions

2012-02-22 Thread john skaller
I have found a way to compile, somewhat laboriously, a complete list of all Posix functions (data types is another story ok? :) Basically cut and paste from Open Group docs with some munging. I'll use some mechanical rules to get a complete low level Felix API out of this. Now, the issue that int