fn filtered_float_lit(
    symbol: Symbol,
    suffix: Option<Symbol>,
    base: u32
) -> Result<LitKind, LitError>