Skip to content

Releases: ParadoxZero/stmp

STMP - simple and tiny macro processor

03 Jun 00:57
Compare
Choose a tag to compare
Pre-release

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