@@ -14,32 +14,33 @@ With no arguments, enters a REPL. With a C<[programfile]> or the C<-e>
14
14
option, compiles the given program and by default also executes the
15
15
compiled code.
16
16
17
- (Note: please ignore C < \ > in the options list below)
18
-
19
- =table
20
- Option Purpose
21
- ====== ==============================================
22
- X < -c > check syntax only (runs BEGIN and CHECK blocks)
23
- \--doc extract documentation and print it as text
24
- \-e program one line of program, strict is enabled by default
25
- \-h, --help display this help text
26
- \-n run program once for each line of input
27
- \-p same as -n, but also print $_ at the end of lines
28
- \-I path adds the path to the module search path
29
- \-M module loads the module prior to running the program
30
- \--target=[stage] specify compilation stage to emit
31
- \--optimize=[level] use the given level of optimization (0..3)
32
- \--encoding=[mode] specify string encoding mode
33
- \-o, --output=[name] specify name of output file
34
- \-v, --version display version information
35
- \--stagestats display time spent in the compilation stages
36
- \--ll-exception display a low level backtrace on errors
37
- \--profile write profile information as HTML file (MoarVM)
38
- \--profile-filename provide a different filename (also allows .json)
39
- \--doc=[module] Use Pod::To::[module] to render inline documentation.
17
+ = begin code
18
+
19
+ Option Purpose
20
+ ====== ==============================================
21
+ -c check syntax only (runs BEGIN and CHECK blocks)
22
+ --doc extract documentation and print it as text
23
+ -e program one line of program, strict is enabled by default
24
+ -h, --help display this help text
25
+ -n run program once for each line of input
26
+ -p same as -n, but also print $_ at the end of lines
27
+ -I path adds the path to the module search path
28
+ -M module loads the module prior to running the program
29
+ --target=[stage] specify compilation stage to emit
30
+ --optimize=[level] use the given level of optimization (0..3)
31
+ --encoding=[mode] specify string encoding mode
32
+ -o, --output=[name] specify name of output file
33
+ -v, --version display version information
34
+ --stagestats display time spent in the compilation stages
35
+ --ll-exception display a low level backtrace on errors
36
+ --profile write profile information as HTML file (MoarVM)
37
+ --profile-filename provide a different filename (also allows .json)
38
+ --doc=[module] Use Pod::To::[module] to render inline documentation.
40
39
41
40
Note that only boolean single-letter options may be bundled.
42
41
42
+ = end code
43
+
43
44
The supported values for C < --target > are:
44
45
45
46
= begin table
0 commit comments