Usage of the interpreter

I started to rewrote the java interpreter by looking at the book in rust, i saw that this course used this book tho to test the interpreter. Why dont we build with tokenize ? Like we are building an interpreter so we scan, tokenize interpret ? In the book we use it as `lox [script]` and implement it step by step

Hey @m-epasta, good question!

Would you mind clarifying what you mean by “the book in Rust”, and what you mean by “Why don’t we build with tokenize”?

Also, could you share a screenshot of the part of the challenge that deviated from your expectations? Thanks!