Support logical expressions
stasm opened this issue · 1 comments
stasm commented
It looks like logical expressions are not currently supported
<macro(n) { n>2 && n<5 }>
(minimized example, not very useful in real life)
fabi1cazenave commented
Probably linked to the first issue you’ve reported. Seems to work fine now.
Thanks again for your tests.