1PARROT-OPS2C(1) User Contributed Perl Documentation PARROT-OPS2C(1)
2
3
4
6 parrot-ops2c - Convert Parrot opcodes to C
7
9 parrot-ops2c [option]
10
12 Translate Parrot opcode files (.ops) to C files.
13
14 Command line Options
15 For help, use :
16
17 -h
18 --help
19
20 To generate the C code for core ops (must be run from within Parrot's
21 build directory), use :
22
23 -c
24 --core
25
26 To generate the C code for dynamic ops in a single .ops file, use :
27
28 -d <file.ops>
29 --dynamic <file.ops>
30
31 To suppress error messages, use :
32
33 -q
34 --quiet
35
36 To suppress #line directives in generated C code (line numbers are not
37 currently supported), use :
38
39 -n
40 --no-lines
41
42 For debugging option : To perform all processing without writing to any
43 files, use :
44
45 -g
46 --debug
47
49 Before Parrot 6.9.0 this program was called ops2c.
50
52 For more help or any other question you go to <http://parrot.org> or
53 <http://github.com/parrot/parrot>.Or you can send email to
54 'parrot-dev@parrot.org'. You are also invited to join the #parrot IRC
55 channel on irc.parrot.org.
56
57
58
59perl v5.30.0 2019-07-26 PARROT-OPS2C(1)