alexeyrybak / blitz

Blitz templates, template engine extension for PHP
Other
92 stars 42 forks source link

Feature arithmetics #34

Closed poison closed 9 years ago

poison commented 9 years ago

Made the RPN parser a bit more robust Added ability to use basic operators (+, -, *, /, %) on if statements eg. {{ IF _num % 4 == 3 }}
{{ END }}

See tests for full examples