mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +01:00
.. | ||
component | ||
0_Introduction.markdown | ||
2_Usage_of_basic_components.markdown | ||
3_Other_node_tree_representations.markdown | ||
4_Code_generation.markdown | ||
5_FAQ.markdown | ||
README.md |
Table of Contents
Guide
- Introduction
- Usage of basic components
- Other node tree representations
- Code generation
- Frequently asked questions
Component documentation
- Name resolution
- Name resolver options
- Name resolution context
- Pretty printing
- Converting AST back to PHP code
- Customizing formatting
- Formatting-preserving code transformations
- Lexer
- Lexer options
- Token and file positions for nodes
- Custom attributes
- Error handling
- Column information for errors
- Error recovery (parsing of syntactically incorrect code)
- Performance
- Disabling XDebug
- Reusing objects
- Garbage collection impact