types¶
Macro type definitions.
- protocol macro_polo.macros.types.Macro¶
Transforms a token sequence.
Classes that implement this protocol must have the following methods / attributes:
- protocol macro_polo.macros.types.ParameterizedMacro¶
Macro that takes additional parameters.
Classes that implement this protocol must have the following methods / attributes:
- protocol macro_polo.macros.types.PartialMatchMacro¶
Transforms the beginning of a token sequence.
Classes that implement this protocol must have the following methods / attributes: