j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
173 stars 15 forks source link

[BUG] Signed bounded integers are labelled with unsigned labels #230

Closed j-mie6 closed 5 months ago

j-mie6 commented 7 months ago

The label application in _bounded takes false in both unsigned and signed parsers.