|
|
|
|
|
by Manishearth
3268 days ago
|
|
FWIW the GCC frontend development seems to have started up again. I'm hopeful! However, epoches don't really help alternate frontends. Rust 1.42 on epoch 2015 will still have all the features Rust 1.42 on the latest epoch has, except for the features that require an epoch shift (which will be a small handful) But compiler versions already help here, targeting a compiler version gets you all of this. I suspect if a compiler backend project nears completion there will be a lot more collaboration between rustc and the project in order to make evolution less painful. |
|
I'm curious: any particular goals or results you hope to see out of the GCC frontend? Do they have any plans to share front-end code with rustc, such as the parser?