mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
Fix emphasis on compiler to bold styling
This commit is contained in:
committed by
Fabien Potencier
parent
8bab813c86
commit
97ae3c8e97
+1
-1
@@ -20,7 +20,7 @@ The rendering of a Twig template can be summarized into four key steps:
|
|||||||
* Then, the **parser** converts the token stream into a meaningful tree
|
* Then, the **parser** converts the token stream into a meaningful tree
|
||||||
of nodes (the Abstract Syntax Tree);
|
of nodes (the Abstract Syntax Tree);
|
||||||
|
|
||||||
* Finally, the *compiler* transforms the AST into PHP code.
|
* Finally, the **compiler** transforms the AST into PHP code.
|
||||||
|
|
||||||
* **Evaluate** the template: It means calling the ``display()``
|
* **Evaluate** the template: It means calling the ``display()``
|
||||||
method of the compiled template and passing it the context.
|
method of the compiled template and passing it the context.
|
||||||
|
|||||||
Reference in New Issue
Block a user