Hacker News new | ask | show | jobs
by gnuvince 5262 days ago
I guess the Rust compiler is the most non-trivial Rust program at the moment. You can start there. I've been reading the lexer and parser code (cause I've got to write those for a class) and it's very easy to follow.