Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add "-e" file annotation where appropriate
  • Loading branch information
moritz committed Feb 11, 2012
1 parent 2246b9d commit fd864b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HLL/Compiler.pm
Expand Up @@ -316,6 +316,7 @@ class HLL::Compiler {
my $target := pir::downcase(%adverbs<target>);
try {
if pir::defined(%adverbs<e>) {
my $?FILES := '-e';
$result := self.eval(%adverbs<e>, '-e', |@a, |%adverbs);
unless $target eq '' || $target eq 'pir' {
self.dumper($result, $target, |%adverbs);
Expand Down

0 comments on commit fd864b6

Please sign in to comment.