cute
cute copied to clipboard
Support for variadic "for" and "if" statements
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.