GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PARROT-OPS2C(1) User Contributed Perl Documentation PARROT-OPS2C(1)

parrot-ops2c - Convert Parrot opcodes to C

parrot-ops2c [option]

Translate Parrot opcode files (.ops) to C files.

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

Before Parrot 6.9.0 this program was called ops2c.

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.
2016-02-15 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.