Search
Documents
Language::Mumps (Mumps - Perl module to translate Mumps programs to perl scripts) (Displayed) README
|
Language::Mumps (Mumps - Perl module to translate Mumps programs to perl scripts)
use Language::Mumps;
$pcode = Language::Mumps::compile(qq{\tw ``Hello world!'',!\n\th});
eval $pcode;
Language::Mumps::evaluate(qq{\ts x=1 w x});
Language::Mumps::interprete(``example.mps'');
Mumps:translate(``example.mps'', ``example.pl'');
prompt % perl example.pl
This module compiles Mumps code to Perl code. The API is simillar to
MumpsVM.
Edit ~/.pmumps or /etc/pmumps to set up persistent arrays.
- $BINDIR/pmumps
Interpreter
- ~/.pmumps
User configuration
- /etc/pmumps.cf
Site configuration
Ariel Brosh.
Maintained by Steffen Mueller (mumps-module at steffen-mueller dot net).
pmumps, DB_File.
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|