| title | Injection |
|---|---|
| parent | PHP |
| nav_order | 6 |
| layout | default |
{: .no_toc }
{: .no_toc .text-delta }
- TOC {:toc}
You can provide your own Lexer. You just have to support the LexerInterface.
You can provide your own Parser. You just have to support the ParserInterface.
You can provide your own AstTraverser. You just have to support the AstTraverserInterface.