macro_rules¶
Declarative macro_rules macros.
- class macro_polo.macros.macro_rules.MacroRule¶
A macro matcher/macro transcriber pair.
- __init__(matcher, transcriber)¶
- Parameters:
matcher (MacroMatcher)
transcriber (MacroTranscriber)
- Return type:
None
- matcher: MacroMatcher¶
The rule’s matcher
- transcriber: MacroTranscriber¶
The rule’s transcriber