parrotcode: Build up the native call routines | |
Contents | Tools |
tools/build/nativecall.pl - Build up the native call routines
% perl tools/build/nativecall.pl src/call_list.txt
This script creates the Native Call Interface file src/nci.c. It parses a file of function signatures of the form:
<return-type-specifier><ws><parameter-type-specifiers>[<ws>][#<comment>]
...
Empty lines and lines containing only whitespace or comment are ignored.
The types specifiers are documented in F<src/call_list.txt>.
src/call_list.txt. docs/pdds/pdd16_native_call.pod.
|