cute icon indicating copy to clipboard operation
cute copied to clipboard

Support for variadic "for" and "if" statements

Open lynlevenick opened this issue 7 years ago • 0 comments

Consider supporting an arbitrary number of for expressions rather than requiring the macro to be extended for each one? This would likely resolve #4, and lead to a fix for #6, and maybe support any number of if expressions as well? A "0-or-more" style of logic would work well, and fit nicely into a recursive macro.

lynlevenick avatar Aug 14 '17 08:08 lynlevenick