evhub / rabbit

Rabbit is a modern, functional programming language built on top of Python.
13 stars 1 forks source link

Put list operators higher in precedence than boolean operators #95

Closed evhub closed 10 years ago

evhub commented 10 years ago

Comma should take precedence over ?, !, ~, etc.