Skip to content

Parsley 4.1.0-M5

Pre-release
Pre-release
Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 03 Jan 19:53
43f8d2f

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 radices
    • labelnteger{Signed|Unsigned}X(bits: Int): describes how to refer to those integers which are bounded by a number of bits
    • labelIntegerXEnd: 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