Move syntax extensions and macros out of compiler #874
Labels
T-compiler
Relevant to the compiler team, which will review and decide on the RFC.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
Issue by brson
Sunday Feb 05, 2012 at 23:36 GMT
For earlier discussion, see rust-lang/rust#1762
This issue was labelled with: A-frontend, A-libs, I-wrong, P-high in the Rust repository
The compiler knows a lot more about syntax extensions than it ever should have. There's a danger that our syntax extensions could become hopelessly intertwined with rustc. We need to get a real plugin mechanism working before it is too late.
Depends on #458. See alse #38.
The text was updated successfully, but these errors were encountered: