Module number

Module number 

Source
Expand description

Numeric literal parsing for AIMX expressions.

Provides parsers for numeric literals (integers, floats, scientific notation, and special values) used by the expression literal layer.

Functionsยง

parse_number
Parse a number literal into f64.
parse_unsigned
Parse an unsigned 32-bit integer.