mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
* Add `parse_expression` with one argument in preparation to fix #246. * Fix issue #246: `func(n1 + n2, n3)` runs as if `func(n1, n2 + n3)` * Simplify parser for an expression enclosed by parentheses.