You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofif
expressions as well? A "0-or-more" style of logic would work well, and fit nicely into a recursive macro.The text was updated successfully, but these errors were encountered: