Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 286 Bytes

mbe-syn-README.md

File metadata and controls

3 lines (2 loc) · 286 Bytes

% Syntax Extensions

Before talking about macros, it is worthwhile to discuss the general mechanism they are built on: syntax extensions. To do that, we must discuss how Rust source is processed by the compiler, and the general mechanisms on which user-defined macros are built.