Git Product home page Git Product logo

Comments (2)

phorward avatar phorward commented on May 20, 2024

relates to #45 as well

from tokay.

phorward avatar phorward commented on May 20, 2024

Both problems of this issue had been resolved meanwhile:

1. `(1,)` shall be considered as a list with one item, therefore a list object is being generated

This is already the case since b48b420

2. The pos-repetition operator is not valid in this case
   Latter case may be heavy to resolve, but an error message should occur that no positive repetition on a list is allowed.

This is now correctly detected with 3338b5c and some commits before:

Tokay 0.6.0
>>> (1,)+
Line 1, column 1: Operator '+' has no effect on non-consuming sequence
>>> 

Anyway, this issue will remain open until #10 is resolved, as this faces the same problem as well.

from tokay.

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.