Giter Site home page Giter Site logo

Comments (8)

nikic avatar nikic commented on May 3, 2024

Well, if that isn't embarrassing. The problem is the parenthesis around the new statement. Normally they are matched by the '(' expr ')' rule (and simply ignored), but in this case they cause a shift/reduce conflict with the (new Foo)->bar() syntax. I can't yet find a clean way to solve that conflict, but I'll keep trying :)

from php-parser.

chrisblizzard avatar chrisblizzard commented on May 3, 2024

Awesome. Let me know if you figure it out.

(My apologies for not just giving you a patch but parsers aren't my strong suit.)

from php-parser.

chrisblizzard avatar chrisblizzard commented on May 3, 2024

Any luck?

from php-parser.

nikic avatar nikic commented on May 3, 2024

Sorry it took so long, I completely forgot about this. I fixed the issue in e16513a. Turned out to be easier than I expected :)

from php-parser.

chrisblizzard avatar chrisblizzard commented on May 3, 2024

Woot - thanks so much! I'll pull a new version and see how it fares. Thanks!

from php-parser.

chrisblizzard avatar chrisblizzard commented on May 3, 2024

OK, my testing seems to be working pretty well. I got tripped up by the changes to the constructor syntax to the parser, but other than that it seems to be working pretty well - thanks again!

from php-parser.

sebastianbergmann avatar sebastianbergmann commented on May 3, 2024

Just out of curiosity: what are you doing with PHP-Parser, @chrisblizzard?

from php-parser.

chrisblizzard avatar chrisblizzard commented on May 3, 2024

Doing some analysis against code bases like WordPress and other frameworks to see what functions they use in the standard(ish) PHP modules. Mostly just looking at compatibility matrixes.

from php-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.