|
|
|
|
|
by vsnf
953 days ago
|
|
> And parsing and ast building and the like are actually things that rust is quite good for. Having built a compiler and typechecker in Rust, I don't know if I'd say that it was "quite good" for it. Going back, I'd still do it again, but it wasn't exactly a cakewalk. Rust's lifetime rules and visceral hatred of referential structs did not make my life easy at all. I definitely took the easy way out with a lot of string copies too. |
|