Function budvm::lexer_util::decode_numeric_literal
source · pub fn decode_numeric_literal(
chars: &mut DoublePeekable<CharIndices<'_>>,
source: &str,
start_offset: usize
) -> Result<NumericLiteral, DecodeNumericError>
Expand description
Decodes all valid numeric literal formats supported by Bud and Bud Assembly.