mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-27 12:24:39 +01:00
f5f3b0d49d
The docs are receiving too little love...
970 B
970 B
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)