improved exer

This commit is contained in:
mlokr 2024-06-25 19:13:42 +02:00
parent e07265c88b
commit 8442b55aa6
No known key found for this signature in database
GPG key ID: DEA147DDEE644993

View file

@ -327,6 +327,8 @@ impl<'a> Lexer<'a> {
_ => identity(c), _ => identity(c),
}; };
println!("{kind}");
return Token { return Token {
kind, kind,
start, start,