Giter VIP home page Giter VIP logo

Comments (4)

glathoud avatar glathoud commented on May 29, 2024

Looks complicate to implement with the current implementation.
Maybe a fix would be to start with a separate tokenizer, e.g. pick the one from narcissus:
http://glat.info/jscheck/narcissus.jsparse.js

Also using narcissus function declarations and named function expressions could be properly distinguished (not sure it would matter here, though), and - more important - automatic semi-colon "insertion" would be supported.

Mmmm humbling lesson. Maybe I'll just switch the lightparse.js internal implementation to narcissus, while still offering the same interface to the outside.

from js.metaret.

glathoud avatar glathoud commented on May 29, 2024

Note: Using narcissus would require to make it extendable so that it recognizes metaret, metafun and inline.

from js.metaret.

glathoud avatar glathoud commented on May 29, 2024

Found several other issues which become difficult to solve using lightparse. Again narcissus would be desirable here (or any equivalent). In particular, lightparse callArr does not distinguish between function declarations / expressions / actual calls.

Another complication: add support for dotted function declaration names (for metaparse etc.).

Maybe for the time being we can just stop trying to shorten local names using lightparse, and do it separately afterwards.

from js.metaret.

glathoud avatar glathoud commented on May 29, 2024

acorn looks like a good candidate for a parser : small yet complete implementation.

from js.metaret.

Related Issues (18)

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.