just panics on new lines again now

This commit is contained in:
LunarAkai 2025-08-07 21:13:46 +02:00
commit 783955d671
3 changed files with 13 additions and 17 deletions

View file

@ -41,8 +41,8 @@ fn main() {
println!("{:?}", sourcecode);
let lexer = Token::lexer(&sourcecode)
.spanned()
.collect::<Vec<_>>();
.spanned();
//.collect::<Vec<_>>();
for token in lexer {
println!("{:?}", token);