differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Implement chained comparisons for numerical ranges (0 < x < 10) #76

Open nwinter opened 8 years ago

nwinter commented 8 years ago

I like using these, but we don't support them yet. Another user reported it as well.

if 0 < x < 10:
    print "x is a positive single digit."