stmp
stmp copied to clipboard
How to extend the MACRO definition language? suggestions required.
e.g. Single line macro like #define
Optimization for Java because Java will be powerful with a macro processor
The current MDL works with java as well.
Include files like C’s, an included file can also have macro definitions
Call a macro like calling a function
Call a macro like calling a function
That's what's happening.
@ParadoxZero With parenthesis
I had thought about it, but then realized it may lead to confusion in the source. Especially since this is not part of the language spec, unlike c or cpp.
We could make it compatible to C’s preprocessor, so users can easily apply it to Java and other popular languages