parrotcode: compilers/pirc/pirc.c | |
Contents | Compilers |
compilers/pirc/pirc.c
This program is the PIR compiler driver.
It invokes the three PIR compilation phases,
consisting of the heredoc preprocessor,
the macro processor and the pure PIR compiler.
Invocation is done using calls to system()
.
static void print_help(void)
int main(int argc, char *argv[])
|