mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-02 16:04:20 +01:00
fix: float formating and float comparison
This commit is contained in:
@@ -15,6 +15,7 @@ use crate::lexer::{Lexer, Token};
|
||||
use crate::token::TokenType::{self, *};
|
||||
use crate::Result;
|
||||
use turso_macros::match_ignore_ascii_case;
|
||||
use std::str;
|
||||
|
||||
macro_rules! peek_expect {
|
||||
( $parser:expr, $( $x:ident ),* $(,)?) => {
|
||||
|
||||
Reference in New Issue
Block a user