

-
https://rust-hosted-langs.github.io/book/ here's one that's Rust-specific, but doesn't go into nearly as much detail as craftinginterpreters.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
(You can see how to combine both in my code at https://github.com/Tablam/TablaM/blob/master/src/parser/src/pratt.rs)
-
I wouldn't recommend Logos at this point. This recent bug is quite nasty and seems easy to hit, and the maintainer is unresponsive. Last commit was half a year ago. At this point I consider Logos abandonware, though it would be great if its development continued, or if it were forked.