Parsley 4.1.0-M5
Pre-release
Pre-release
This is the fifth milestone release ahead of 4.1.0. See #136 for details (including migration instructions from M4).
What's Changed
Minor Changes
- Added the following new configuration:
labelnteger{Signed|Unsigned}X
: describes how to refer to unsigned and signed integer literals of varying radiceslabelnteger{Signed|Unsigned}X(bits: Int)
: describes how to refer to those integers which are bounded by a number of bitslabelIntegerXEnd
: describes how to refer to requiring more digits in a number (which will become a hint if the next thing cannot parse)
Full Changelog: v4.1.0-M4...v4.1.0-M5