comparison vendor/nikic/php-parser/README.md @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 5fb285c0d0e3
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
198 * Name resolution context 198 * Name resolution context
199 * [Pretty printing](doc/component/Pretty_printing.markdown) 199 * [Pretty printing](doc/component/Pretty_printing.markdown)
200 * Converting AST back to PHP code 200 * Converting AST back to PHP code
201 * Customizing formatting 201 * Customizing formatting
202 * Formatting-preserving code transformations 202 * Formatting-preserving code transformations
203 * [AST builders](component/AST_builders.markdown) 203 * [AST builders](doc/component/AST_builders.markdown)
204 * Fluent builders for AST nodes 204 * Fluent builders for AST nodes
205 * [Lexer](doc/component/Lexer.markdown) 205 * [Lexer](doc/component/Lexer.markdown)
206 * Lexer options 206 * Lexer options
207 * Token and file positions for nodes 207 * Token and file positions for nodes
208 * Custom attributes 208 * Custom attributes
209 * [Error handling](doc/component/Error_handling.markdown) 209 * [Error handling](doc/component/Error_handling.markdown)
210 * Column information for errors 210 * Column information for errors
211 * Error recovery (parsing of syntactically incorrect code) 211 * Error recovery (parsing of syntactically incorrect code)
212 * [Constant expression evaluation](component/Constant_expression_evaluation.markdown) 212 * [Constant expression evaluation](doc/component/Constant_expression_evaluation.markdown)
213 * Evaluating constant/property/etc initializers 213 * Evaluating constant/property/etc initializers
214 * Handling errors and unsupported expressions 214 * Handling errors and unsupported expressions
215 * [JSON representation](component/JSON_representation.markdown) 215 * [JSON representation](doc/component/JSON_representation.markdown)
216 * JSON encoding and decoding of ASTs 216 * JSON encoding and decoding of ASTs
217 * [Performance](doc/component/Performance.markdown) 217 * [Performance](doc/component/Performance.markdown)
218 * Disabling XDebug 218 * Disabling XDebug
219 * Reusing objects 219 * Reusing objects
220 * Garbage collection impact 220 * Garbage collection impact
221 * [Frequently asked questions](component/FAQ.markdown) 221 * [Frequently asked questions](doc/component/FAQ.markdown)
222 * Parent and sibling references 222 * Parent and sibling references
223 223
224 [doc_3_x]: https://github.com/nikic/PHP-Parser/tree/3.x/doc 224 [doc_3_x]: https://github.com/nikic/PHP-Parser/tree/3.x/doc
225 [doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc 225 [doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc