txt2lps
This tool can read linear process specifications in textual format and store them in the aterm format that is used by most of the tools. This tool performs the inverse operation of lpspp. When the argument for the output location is omitted, the tool prints to stdout. When both the arguments for input and output locations are omitted, the tool reads from stdin and writes to stdout.
- orphan:
Usage
txt2lps [OPTION]... [INFILE [OUTFILE]]
Description
Translates the mCRL2 specification in INFILE and writes the resulting LPS to OUTFILE. If OUTFILE is not present, standard output is used. If INFILE is not present, standard input is used.
Command line options
--timings[=FILE]
append timing measurements to FILE. Measurements are written to standard error if no FILE is provided
Standard options
-q
, --quiet
do not display warning messages
-v
, --verbose
display short log messages
-d
, --debug
display detailed log messages
--log-level=LEVEL
display log messages up to and including level; either warn, verbose, debug or trace
-h
, --help
display help information
--version
display version information
--help-all
display help information, including hidden and experimental options