The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.18 - 2021-09-28

  • CHANGES
    • Define the XPI_OPERAND_ONLY_LOOK flag
    • Define a callchecker for list/list infix operators. Add a callchecker that can optimise out certain kinds of operations (ref to padav or pkgav, anonlist if XPI_OPERAND_ONLY_LOOK is set)
  • BUGFIXES
    • cygwin requires deparse_infix to be declared with XS_INTERNAL() (RT139449)
    • Some architectures require intermediate storage for values in the test function pp_addpairs (RT139445)
    • Fix conditions in lexical variable type checking (RT139444)

Modules

XS functions to assist in parsing infix operators
build-time support for XS::Parse::Infix
XS functions to assist in parsing keyword syntax
build-time support for XS::Parse::Keyword