Releases: ParadoxZero/stmp
Releases · ParadoxZero/stmp
STMP - simple and tiny macro processor
STMP
This is a simple utility that will allow you to write recurring codes in a simple and easy manner.
Write the Macro Definition Language compliant code in your source and expand it using stmp before sending it to compiler.
MACRO definition language
name MACRO arg1 arg2 .....
Statements
.
.
MEND