mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
As these only permit `any BLOCK LIST` and not the deferred-expression form like `grep EXPR, LIST`, we create a whole new token type, BLKLSTOP, to represent these. The parser then only accepts the block form and not the expression form when parsing these.