Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into bs
  • Loading branch information
jnthn committed Feb 12, 2012
2 parents 686b47b + fd864b6 commit e0fdb23
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 e0fdb23

Please sign in to comment.