Fix progn and let

This commit is contained in:
madmaurice 2021-04-02 20:00:51 +02:00
parent 3430c9b41b
commit 32d0313681

View file

@ -424,6 +424,8 @@ sub macro_progn {
push @steps, parser_expr($ts);
}
shift @$ts; # Remove RPAREN
return sub {
my $ctx = shift;