mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
bcb45d31eb
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
1.1 KiB
1.1 KiB
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