NumericalLiteral method

Parser NumericalLiteral()

Implementation

Parser NumericalLiteral() => ref0(DOUBLE) | ref0(DECIMAL) | ref0(INTEGER);