NAME ^

m4.pir - An implementation of GNU m4 in Parrot Intermediate Representation

DESCRIPTION ^

Copyright: 2004-2005 Bernhard Schmalhofer. All Rights Reserved. CVS Info: $Id$ Overview: Main of Parrot m4. History: Ported from GNU m4 1.4 References: http://www.gnu.org/software/m4/m4.html

SUBROUTINES ^

__onload ^

Load needed libraries

m4 ^

Looks at the command line arguments and acts accordingly.

void usage( string program_name ) ^

Prints an usage message. The program name is passed as the first parameter. There are no return values.

TODO: Pass a flag for EXIT_FAILURE and EXIT_SUCCESS


parrot