mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +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.