fabi1cazenave/webL10n

Support logical expressions

stasm opened this issue · 1 comments

It looks like logical expressions are not currently supported

<macro(n)   { n>2 && n<5 }>

(minimized example, not very useful in real life)

Probably linked to the first issue you’ve reported. Seems to work fine now.

Thanks again for your tests.