forked from AbleOS/holey-bytes
improved exer
This commit is contained in:
parent
e07265c88b
commit
8442b55aa6
|
@ -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