We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e29886 + 4c2cb34 commit 8a88776Copy full SHA for 8a88776
doc/Language/faq.pod
@@ -144,6 +144,11 @@ Nativecall etc.) rather like the linux kernel itself.
144
Rakudo Star is a distribution of rakudo which ships with some useful modules
145
and many more can be installed from the ecosystem.
146
147
+=head2 Is there something like B::Deparse/how can I get hold of the AST?
148
+
149
+Use C<perl6 --target=ast -e 'very-short-example()'> to get hold of the AST of a
150
+compilation unit.
151
152
=head1 Language Features
153
154
=head2 How can I dump Perl 6 data structures (like Perl 5 Data::Dumper and similar)?
0 commit comments