evhub / rabbit

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

Make brackets allow for none inside of them, and enforce one comma per element #96

Closed evhub closed 10 years ago

evhub commented 10 years ago

[a] should always be a one-element row, not a conversion to a row from a list. Additionally, everywhere where we currently use [0] to represent none (e.g. error-handling) should be replaced with actual none.