The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for XS-Parse-Keyword-FromPerl

0.09    2024-01-06
        [CHANGES]
         * Quiet the meta::experimental warnings of meta 0.003_002

0.08    2024-01-03
        [CHANGES]
         * Dynamically generate `OP_*` constants when requested from
           `Optree::Generate`
         * Use `meta` instead of `no strict 'refs'` hackery

0.07    2023-07-19
        [CHANGES]
         * Updates for XPK v0.35:
            + Renamed container macros `XPK_PARENS`, etc...
            + Added `XPK_FLAG_BLOCKSCOPE`, `XPK_INTRO_MY`

0.06    2023-07-09
        [CHANGES]
         * Improvements to `make_entersub_op()`:
            + Optional `flags` named argument instead of upfront zero
            + Support also plain strings, stored as GV with RV2CV at runtime
         * Various docs updates and fixes

0.05    2023-07-08
        [CHANGES]
         * Split out all the optree-generating functions into a new module,
           `Optree::Generate`
         * Added `XS::Parse::Infix::FromPerl`

0.04    2023-03-06
        [CHANGES]
         * Provide wrappings of `newASSIGNOP()` and `newCONDOP()`
         * Provide wrappings of `op_scope()`, `op_contextualize()` and the
           `G_*` context constants

0.03    2023-02-19
        [CHANGES]
         * Provide wrappings of more parser pieces - the single-argument
           parametric ones and most of the structure-forming ones.
         * Also provide the non-my variant `XPK_LEXVAR`

0.02    2023-02-17
        [CHANGES]
         * Provide wrappings for the simple parser pieces - non-structural,
           non-parametric ones, and arguments to the `build` phase
         * Provide wrappings of many of perl's `new*OP()` functions

0.01    2023-02-16
        First version, released on an unsuspecting world.