Vadym Slizov

Results 5 comments of Vadym Slizov

hi @oscarnevarezleal and @sohaha. At 0.8 I have changed the AST structure back to be as same as possible as [nikic/php-parser](https://github.com/nikic/PHP-Parser) Do you have any idea how AST could be...

Hi @ervishal. This library does not provide search features but low-level language parsing. For now, you should parse the file that contains the parent class and traverse its AST to...

Your idea with comments is excellent. I also have planned to create a wiki that describes every node type and refactor nodes that can contain the only concrete type of...

No, I just haven't chosen a naming convention yet. I am going to fix it before `v1.0`. How do you think, is it better full or short field names?

For scalar fields there are function `Attributes() map[string]interface{}` in `Node` interface. There is a problem with long switches because every node has its type with different fields. I know it,...