| parrotcode: Build up the native call routines | |
| Contents | Tools |

build_tools/build_nativecall.pl - Build up the native call routines

% perl build_tools/build_nativecall.pl 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><whitespace><parameter-type-specifiers>
...
The types specifiers are documented in src/call_list.txt.

src/call_list.txt.
|
|
|