Skip to content

Commit

Permalink
[DOC] Update --dump option arguments in the ruby man page
Browse files Browse the repository at this point in the history
Related to [Feature #20329].
  • Loading branch information
nobu committed May 9, 2024
1 parent 58bde01 commit d10615c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions man/ruby.1
Expand Up @@ -448,18 +448,20 @@ Check syntax (same as
.El
.Pp
Or one of the following, which are intended for debugging the interpreter:
.Bl -hang -offset indent -tag -width "parsetree_with_comment"
.Bl -hang -offset indent -tag -width "+error-tolerant"
.It Sy yydebug
Enable compiler debug mode (same as
.Fl -yydebug).
.It Sy parsetree
Print a textual representation of the Ruby AST for the program.
.It Sy parsetree_with_comment
Print a textual representation of the Ruby AST for the program, but with each node annotated with the associated Ruby source code.
.It Sy insns
Print a list of disassembled bytecode instructions.
.It Sy insns_without_opt
Print the list of disassembled bytecode instructions before various optimizations have been applied.
.It Sy -optimize
Disable various optimizations to print a list disassembled bytecode instructions.
.It Sy +error-tolerant
Enable error-tolerant parsing, when yydebug or parsetree.
.It Sy +comment
Annotate a textual representation of the Ruby AST for the program with the associated Ruby source code.
.El
.Pp
.It Fl -verbose
Expand Down

0 comments on commit d10615c

Please sign in to comment.