Medi Montaseri <[EMAIL PROTECTED]> writes:
>So the fact that XS can parse C header files is limited to bunch of symbolic
>
>constants and CPP directives? How about struct definitions and such.

xsubpp does not parse C header files _at all_. It just copies XS verbatim
to the .c file till it sees 1st MODULE line, then processes each 
"paragraph" according to its own syntax.

There is an h2xs tool which tries to parse .h and generate .xs which 
would export that to perl.

-- 
Nick Ing-Simmons
http://www.ni-s.u-net.com/



Reply via email to