This is the command meltpp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
meltpp - The Melt pre-processor
SYNOPSIS
meltpp [OPTIONS] [PLUGINS] files
DESCRIPTION
meltpp is a pre-processor which takes Melt source codes (.mlt) and convert them to OCaml
source codes (.ml). It is modular as it accepts user PLUGINS as arguments.
OPTIONS
-P <path>
Specify the location of plugins.
-o <file>
Specify the name of the output file. Cannot be used when compiling multiple files
at the same time.
-open <Module>
Add "open Module;;" at the beginning of the file.
-dir <path>
Add path to file locations when printing error messages. Useful to trick your IDE
when compiling in a temporary directory.
-version
Print the version number of Melt.
-- Pass the remaining arguments to the generated program.
-help, --help
Display the list of options
Use meltpp online using onworks.net services