DragonFly On-Line Manual Pages
PARROT-OPS2C(1) User Contributed Perl Documentation PARROT-OPS2C(1)
NAME
parrot-ops2c - Convert Parrot opcodes to C
SYNOPSIS
parrot-ops2c [option]
DESCRIPTION
Translate Parrot opcode files (.ops) to C files.
Command line Options
For help, use :
-h
--help
To generate the C code for core ops (must be run from within Parrot's
build directory), use :
-c
--core
To generate the C code for dynamic ops in a single .ops file, use :
-d <file.ops>
--dynamic <file.ops>
To suppress error messages, use :
-q
--quiet
To suppress #line directives in generated C code (line numbers are not
currently supported), use :
-n
--no-lines
For debugging option : To perform all processing without writing to any
files, use :
-g
--debug
SEE ALSO
Before Parrot 6.9.0 this program was called ops2c.
HELP
For more help or any other question you go to <http://parrot.org> or
<http://github.com/parrot/parrot>.Or you can send email to
'parrot-dev@parrot.org'. You are also invited to join the #parrot IRC
channel on irc.parrot.org.
perl v5.20.3 2015-02-21 PARROT-OPS2C(1)