You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2022. It is now read-only.
I got a test php file:
and a small go tool to parse this:
The output looks like:
As you see the single line + multi line comments are nor parsed in the AST.
Do i something wrong or are they not reflected as node?