Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Feb 3, 2024
1 parent c66715d commit 8767ab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ private [token] final class UnsignedInteger(desc: NumericDesc, err: ErrorConfig,
protected [numeric] override lazy val _hexadecimal: Parsley[BigInt] = atomic('0' *> noZeroHexadecimal)
protected [numeric] override lazy val _octal: Parsley[BigInt] = atomic('0' *> noZeroOctal)
protected [numeric] override lazy val _binary: Parsley[BigInt] = atomic('0' *> noZeroBinary)
// FIXME: numberEnd label is not applied here!
protected [numeric] override lazy val _number: Parsley[BigInt] = {
if (desc.decimalIntegersOnly) decimal
else {
Expand Down

0 comments on commit 8767ab8

Please sign in to comment.