Cool !
As I see ATS2 is already able to generate clean native windows executable.
The hard work is indeed to make the postiats-include package for windows.
It would be nice if you could create an empty package for windows so we could start to begin some experiments.
I understand better the workflow now :
- generate the C files under cygwin,
- crosscompile it to mingw with the win32-postiats-include package
My concern is at this time networking support for all platform and I look at libuv to make a minimal embedded http server
cheers ;-)