Fix progn and let
This commit is contained in:
parent
3430c9b41b
commit
32d0313681
1 changed files with 2 additions and 0 deletions
|
@ -424,6 +424,8 @@ sub macro_progn {
|
|||
push @steps, parser_expr($ts);
|
||||
}
|
||||
|
||||
shift @$ts; # Remove RPAREN
|
||||
|
||||
return sub {
|
||||
my $ctx = shift;
|
||||
|
||||
|
|
Loading…
Reference in a new issue