idk
This commit is contained in:
parent
d13c9befb2
commit
53eaf000a0
|
@ -146,9 +146,9 @@ pub fn lexer(text_source: &str) -> Result<Vec<Token>, Box<dyn Error>> {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
&_ => { state.current_token.push(c); }
|
&_ => {}
|
||||||
}
|
}
|
||||||
|
state.current_token.push(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(state.lexed)
|
Ok(state.lexed)
|
||||||
|
|
Loading…
Reference in New Issue