forked from koniifer/ableos
improved exer
This commit is contained in:
parent
2ff941f49f
commit
a77c4f4a8f
|
@ -327,6 +327,8 @@ impl<'a> Lexer<'a> {
|
|||
_ => identity(c),
|
||||
};
|
||||
|
||||
println!("{kind}");
|
||||
|
||||
return Token {
|
||||
kind,
|
||||
start,
|
||||
|
|
Loading…
Reference in a new issue