|
|
|
|
|
by mhh__
2005 days ago
|
|
I think, interestingly, that writing the middle of a compiler is actually the best learning as a programmer. Parsing (should be) easy, the backend is hard but well documented and trodden, but the semantic analysis and error handling is where the real murky water is (Especially when you start trying t optimize it, like adding caching or threading or deferred execution) |
|