2017-10-03 19:09:27 +02:00
|
|
|
Table of Contents
|
|
|
|
=================
|
|
|
|
|
|
|
|
Guide
|
|
|
|
-----
|
|
|
|
|
|
|
|
1. [Introduction](0_Introduction.markdown)
|
|
|
|
2. [Usage of basic components](2_Usage_of_basic_components.markdown)
|
|
|
|
3. [Other node tree representations](3_Other_node_tree_representations.markdown)
|
|
|
|
4. [Code generation](4_Code_generation.markdown)
|
|
|
|
5. [Frequently asked questions](5_FAQ.markdown)
|
2018-01-08 11:10:03 +01:00
|
|
|
|
2017-10-03 19:09:27 +02:00
|
|
|
Component documentation
|
|
|
|
-----------------------
|
2018-01-08 11:10:03 +01:00
|
|
|
|
2017-10-03 19:09:27 +02:00
|
|
|
* [Name resolution](component/Name_resolution.markdown)
|
|
|
|
* Name resolver options
|
|
|
|
* Name resolution context
|
|
|
|
* [Pretty printing](component/Pretty_printing.markdown)
|
|
|
|
* Converting AST back to PHP code
|
|
|
|
* Customizing formatting
|
|
|
|
* Formatting-preserving code transformations
|
|
|
|
* [Lexer](component/Lexer.markdown)
|
|
|
|
* Lexer options
|
|
|
|
* Token and file positions for nodes
|
|
|
|
* Custom attributes
|
|
|
|
* [Error handling](component/Error_handling.markdown)
|
|
|
|
* Column information for errors
|
|
|
|
* Error recovery (parsing of syntactically incorrect code)
|
2017-11-10 22:44:06 +01:00
|
|
|
* [Performance](component/Performance.markdown)
|
|
|
|
* Disabling XDebug
|
|
|
|
* Reusing objects
|
|
|
|
* Garbage collection impact
|