History log of /PHP-Parser/doc/component/Walking_the_AST.markdown (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c48ee36f 09-Jul-2023 Nikita Popov

Allow passing visitors to NodeTraverser constructor


# 8b137199 02-Jul-2023 Nikita Popov

Minor documentation updates


# 5b65f9fc 27-May-2023 Nikita Popov

Some documentation updates


# 8d02d37e 04-Sep-2022 Nikita Popov

More docs updates


# 23835d20 03-Sep-2022 Nikita Popov

Rename Scalar\LNumber to Scalar\Int_


# 6a21234e 30-Oct-2021 Ilhan Yumer

Code highlighting


# f33f081c 18-Apr-2020 Hassan Tariq

Fix a minor typo


Revision tags: v4.3.0, v4.2.5, v4.2.4, v4.2.3
# a1f72690 13-Jul-2019 Tyson Andre

Fix harmless typos in documentation


Revision tags: v4.2.2, v4.2.1, v4.2.0, v4.1.1
# 294b93fb 24-Dec-2018 Niko

Another Typo


# bc3ac5e5 24-Dec-2018 Niko

Fixed typo


# 8e4f9720 07-Nov-2018 Romain Canon

Fix wrong method call in doc


# 69068722 11-Oct-2018 Phil Davis

Fix typo of DONT_TRAVERSE_CURRENT_AND_CHILDREN


# fb3d89e4 10-Oct-2018 Maks Rafalko

Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant (#540)

* Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant

* Rewording sentences, added 1 space indentation to

Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant (#540)

* Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant

* Rewording sentences, added 1 space indentation to make bullet list correct

show more ...


Revision tags: v4.1.0, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v3.1.5
# 7484acb8 28-Feb-2018 Nikita Popov

Enable syntax highlighting for one code block


# b9996315 28-Feb-2018 Nikita Popov

Add more extensive docs for node visitors

Also document NodeFinder.