positiveNumber method

Parser positiveNumber()

Implementation

Parser positiveNumber() =>
    ref0(scaledDecimal).or(ref0(float)).or(ref0(integer));