pub fn parse_decimal_value_16bits<'src>(
input: &mut &'src str,
) -> PResult<BasicToken, ContextError<StrContext>>
Expand description
TODO: add binary number
pub fn parse_decimal_value_16bits<'src>(
input: &mut &'src str,
) -> PResult<BasicToken, ContextError<StrContext>>
TODO: add binary number