php-parser/pkg
Laytan Laats 25877adda4 feat: add enter and leave checks for traversers
- Improved performance (can short circuit/not continue when done)
- Backwards compatible because added interfaces
- Now generating the implementation for easier updates
2023-03-25 22:03:02 +01:00
..
ast refactor: generate node functions instead of manual 2023-03-25 21:53:52 +01:00
conf all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
errors all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
parser feat: bump supported version range up to 8.2 2023-03-25 16:14:23 +01:00
position perf: reduce memory usage by reducing amt of position's created 2022-09-09 00:40:11 +02:00
token php8.1: added intersection types support (#29) 2022-06-26 03:31:29 +03:00
version feat: bump supported version range up to 8.2 2023-03-25 16:14:23 +01:00
visitor feat: add enter and leave checks for traversers 2023-03-25 22:03:02 +01:00