Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PPC0027: any() and all() tests #22773

Open
wants to merge 6 commits into
base: blead
Choose a base branch
from
Open

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    3346f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeae5cd View commit details
    Browse the repository at this point in the history
  3. Create all and any operators

    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.
    leonerd committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    df4f5f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85ae40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    650321b View commit details
    Browse the repository at this point in the history
  6. perldelta

    leonerd committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e8296c2 View commit details
    Browse the repository at this point in the history