parrotcode: A port of GNU m4 from C to Perl5 | |
Contents | Language Implementations | M4 |
Language::m4 - A port of GNU m4 from C to Perl5
use Language::m4;
Language::m4::main();
Provides a main function for the Perl scipt m4.
Uses the parameters from the command line.
Usage : This implements a m4 processor
Purpose : Macro processing
Returns : A return code
Argument : Read stuff from @ARGV
Throws : None yet
Comments : I try to be polite
See Also : GNU m4
Usage : no args
Purpose : Print the help message
Returns : nothing
Argument : none yet
Throws : Nothing yet
Comments : TODO: Pass a flag for EXIT_FAILURE and EXIT_SUCCESS
None reported yet.
Ask Bernhard.
Bernhard Schmalhofer
Bernhard.Schmalhofer@gmx.de
http://www.schmalhofer.info/schmalhofer/bernhard/projects/m4
GPL
perl(1) GNU m4.
|