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