Skip to content

Commit

Permalink
* Implement "do" as a no-op.
Browse files Browse the repository at this point in the history
  • Loading branch information
Audrey Tang committed Jul 19, 2010
1 parent 009a2f2 commit 4393c69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Niecza/Actions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,9 @@ sub blast { my ($cl, $M) = @_;
}

sub statement_prefix {}
sub statement_prefix__S_do { my ($cl, $M) = @_;
$M->{_ast} = $M->{blast}{_ast}{do};
}
sub statement_prefix__S_PREMinusINIT { my ($cl, $M) = @_;
my $var = $cl->gensym;

Expand Down

0 comments on commit 4393c69

Please sign in to comment.