Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add $.ast to Match.perl output
  • Loading branch information
moritz committed Mar 22, 2009
1 parent 28a2792 commit 07ad307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setting/Match.pm
Expand Up @@ -12,6 +12,8 @@ class Match is also {
take " # and for debugging purposes only\n";
}
take $sp;
take "ast => {$.ast.perl},\n";
take $sp;
take "text => {$.text.perl},\n";
take $sp;
take "from => $.from,\n";
Expand Down

0 comments on commit 07ad307

Please sign in to comment.