NAME ^

src/test_main.c - A sample test program

DESCRIPTION ^

THIS FILE IS NO LONGER USED.

Functions ^

int main(int argc, char *argv[])

Loads the file and runs the code.

char *parseflags(Parrot_Interp interpreter, int *argc, char **argv[])

Parses the command-line.

static void usage(void)

Returns the user help.

static void version(void)

Returns the version information.

SEE ALSO ^

imcc/main.c.

HISTORY ^

This file used to be the parrot executable, but imcc/main.c performs that role.


parrot