Code Monkey home page Code Monkey logo

Comments (4)

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

That's kinda duplicate of #44. The cause is the same. The underlying antlr4ts library tries to optimize the ATN from this grammar and fails.

However, matching an empty input string is a problem anyway and must be avoided. ANTLR4 will issue a warning for that.

from vscode-antlr4.

Vogel612 avatar Vogel612 commented on May 22, 2024

FWIW I would not consider a rule that may match empty string and a warning (note: not an error) generated by the ANTLR runtime to be sufficient reason to expect no parse tree at all.

IIUC the matching behaviour is also subtly different. When examining the output generated by startRule in the minimal example, accessing the generated digits will never be null (interesting for languages such as C# or java), but instead will always generate a DigitsContext node.

While that context does not necessarily have any children, it makes for a different API

from vscode-antlr4.

MDoerner avatar MDoerner commented on May 22, 2024

Just as a small note: Antlr only generates a warning for a rule matching an empty string if this rule is made optional in another rule using it. (In that case, the outcome is non-deterministic.)

from vscode-antlr4.

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

I see. Didn't think of that possibility (why would one want a node for no match?), but it seems people have their own use cases. Thanks.

from vscode-antlr4.

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.