See: Description
Class | Description |
---|---|
Macro |
A text substitution macro
Macros can be called as name or name(arg1, arg2, ...)
The ( ) in a macro call can be replaced by [ ] or { } or < >
Macro calls are replaced by the macro body, with substitution for the
macro parameters.
|
MacroProcessor |
Transforms a text file via application of macros.
|