The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.44 - 2024-07-19

  • BUGFIXES
    • `boot_xs_parse_infix()` has to load `XS/Parse/Infix.pm`, the perl module
    • Fix opname check for lexical operator alises, to match Perl's actual identifier rules
    • Fix deparse logic for fully-qualified infix operator names
    • Fix `lex_scan_packagename()` to not get confused by attribute syntax

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