docs: update

This commit is contained in:
wenzhe
2022-12-07 11:42:03 +08:00
parent 7cdef70a69
commit d2a1bd170b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ On [CodeCrafters](https://codecrafters.io/for/rust), you can recreate your favor
### 9. Writing Interpreters in Rust
[This online book](https://github.com/rust-hosted-langs/book) will walk through the basics of interpreted language implementation in Rust.
[This online book](https://github.com/rust-hosted-langs/book) will walk through the basics of interpreted language implementation in Rust with a focus on the challenges that are specific to using Rust.
---