|
|
|
|
|
by jlewallen
694 days ago
|
|
Crafting Interpreters is such an amazing work. There's at least one other Rust implementation of lox that I know of (https://github.com/tdp2110/crafting-interpreters-rs) (no unsafe) It's always interesting to see how different people approach the problems in their own language or relative isolation. I agree with others here, the real value of the original work lies in avoiding copy and paste. |
|
https://github.com/munificent/craftinginterpreters/wiki/Lox-...