mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
9d8583efcc236f7c8bc357ef0c122c9246ef5115
This change has no impact for the end user, but many internal benefits: * less nested calls (was the primary reason for the change as xdebug limits the depth of nested calls); * less code; * code is much cleaner (I have removed all the parsing "hacks"); * faster; * more flexible (we will now be able to expose an API to add new operators); * easier to maintain.
…
…
Twig, the flexible, fast, and secure template language for PHP
Twig is a template language for PHP, released under the new BSD license (code and documentation).
Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.
Description
Languages
PHP
99.9%