Skip to content

Commit

Permalink
Perlito5 - misc/perl5_parser comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Jul 12, 2024
1 parent a688969 commit fc07430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/perl5_parser/perl5_parser.pl
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
my $FUNCTION_CALL_BLOCK_ARGUMENT = sub { # argument is a block
my ( $tokens, $index, $name ) = @_;
my $pos = $index;
# XXX TODO do ( { print 123 } )
my $block = parse_statement_block( $tokens, $pos );
return { type => 'APPLY_BLOCK', value => { name => $name, block => $block }, next => $block->{next} };
};
Expand Down

0 comments on commit fc07430

Please sign in to comment.