Hi,
I was curious to see if ooc bootstrap could be compiled using msvc
and the biggest problem I have
(I am not talking about missing stdbool, no restrict keyword, ...)
is about the dot syntax used
from what I understand to declare structure members.
For instance :
...
{
.instanceSize = sizeof(rock_middle_tinker_Trail__Trail),
.size = sizeof(void*),
.name = "Trail",
},
...
Would it be possible to generate some C code without this dotted
syntax and use a
more traditional way of declaring structure member ?
Thanks
_______________________________________________
Mailing list: https://launchpad.net/~ooc-dev
Post to : ooc-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~ooc-dev
More help : https://help.launchpad.net/ListHelp