-
-
25 Jul 2022 22:36:40 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (873 / 0 / 32)
- Kwalitee
Bus factor: 1- 78.96% Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (72.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.25 - 2022-07-25
- CHANGES
- Permit infix operators to consume fewer than all the available symbols; allowing for RHS operands that begin with symbols without intervening whitespace
- Improved unit-testing of infix operator parser precedence issues
- Added `XPI_OPERAND_ARITH`; renumbered `XPI_OPERAND_TERM` to be non-zero. Currently zero is accepted for back-compat
Modules
XS functions to assist in parsing infix operatorsbuild-time support for XS::Parse::InfixXS functions to assist in parsing keyword syntaxbuild-time support for XS::Parse::KeywordModule Install Instructions
To install XS::Parse::Keyword, copy and paste the appropriate command in to your terminal.
cpanm XS::Parse::Keyword
perl -MCPAN -e shell install XS::Parse::Keyword
For more information on module installation, please visit the detailed CPAN module installation guide.