flip111
flip111
@nikic when i look here `name` is not part of the subNodes of class https://github.com/nikic/PHP-Parser/blob/master/lib/PhpParser/Node/Stmt/Class_.php#L31-L34 I don't understand your comment that name is also a subnode
@nikic ok i can try to make this. Is PR welcome? Where should this code live?
Found a class that is irregular.. the constructor can not be created with the same name as the subNodes. https://github.com/nikic/PHP-Parser/blob/master/lib/PhpParser/Node/Name.php#L20-L29 There needs to be a translation from `parts` to `name`...
I have this now .. it works for some code, but not fully tested. Maybe i can finish this and send PR ? ```php
Thanks for the library looks pretty nice. I would add the following things to it: * (More) motivation why it is useful. For me personally this was that to create...
I'm on clash version `0.6.8`. I left out the surrounding code like process. I was thinking having a combinatoric process that doesn't respond to clk. I think you can also...
Thanks for your reply > If people want the current situation to be improved, then they need to help out by providing patches, as I cannot do everything myself. And...
@Ericson2314 I do like to think big and help the discussion along in which directions things could go (and should go?). However as i mentioned before my skillset is fairly...
polymorphism
Put a token with an invalid regex. Maybe try `[\d`, i don't remember exactly what token i had on hand at the time