php-parser/doc
Gabriel Caruso bcb45d31eb Trailing whitespaces (#461)
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2018-01-08 11:10:03 +01:00
..
component Docs: Add performance section 2017-11-10 22:44:06 +01:00
0_Introduction.markdown Tweaks 2017-10-03 19:13:20 +02:00
2_Usage_of_basic_components.markdown docs: "return" => "remove" typo (#430) 2017-10-22 13:50:47 +02:00
3_Other_node_tree_representations.markdown Implement JsonDecoder 2017-08-18 23:56:12 +02:00
4_Code_generation.markdown Fixed incorrect class inheritance (#394) 2017-07-19 16:55:00 +02:00
5_FAQ.markdown Docs: fix FAQ link anchor (#406) 2017-08-08 17:53:02 +02:00
README.md Trailing whitespaces (#461) 2018-01-08 11:10:03 +01:00

Table of Contents

Guide

  1. Introduction
  2. Usage of basic components
  3. Other node tree representations
  4. Code generation
  5. 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