Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to get better line reporting for calls.
  • Loading branch information
jnthn committed Oct 5, 2011
1 parent c191cfe commit b5d2c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.pm
Expand Up @@ -2566,6 +2566,7 @@ class Perl6::Actions is HLL::Actions {
method term:sym<identifier>($/) {
my $past := capture_or_parcel($<args>.ast, ~$<identifier>);
$past.name('&' ~ $<identifier>);
$past.node($/);
make $past;
}

Expand Down

0 comments on commit b5d2c9b

Please sign in to comment.