| parrotcode: An implementation of GNU m4 in Parrot Intermediate Representation | |
| Contents | Language Implementations | M4 |

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

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


Load needed libraries

Looks at the command line arguments and acts accordingly.

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
|
|
|