mirror of
https://github.com/pantor/inja.git
synced 2026-05-19 18:55:23 +00:00
d462b9f829
* 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.