Giter Site home page Giter Site logo

Comments (3)

mike-lischke avatar mike-lischke commented on May 18, 2024

The problem is: what path should the walker take then? If the syntax is not correct before the caret there's no way to even find a path to the from keyword here. And walking all possible ways until you match the next given word is way too slow and can even lead to wrong paths when that following word appears in multiple sub rules.

Your request is impossible to implement.

Note: already the existing approach is sometimes consuming too much time and I had to apply several optimizations to make it passably work.

from antlr4-c3.

kingfolk avatar kingfolk commented on May 18, 2024

Yes, you are right. I tried implemented a different version of collectCandidates which is error tolerant(include all follwoing states if syntax error happens) and search will soon expand at syntax error and become very slow. I am reading "the definitive reference of antlr4" and it talks about the error recovery strategy. Can c3 handle error the similar way?

from antlr4-c3.

mike-lischke avatar mike-lischke commented on May 18, 2024

ANTL4's error strategy is to try re-synching the ATN walk to the actual input. However, that goes only so far to find either a single additional token or a single missing token. This won't help in this scenario, which would require to (theoretically) skip an unknown number of tokens and resynch.

from antlr4-c3.

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.