Michael2109 / cobalt

The Cobalt programming language
GNU Lesser General Public License v3.0
37 stars 10 forks source link

Tuples parse with only one element #476

Closed Michael2109 closed 6 years ago

Michael2109 commented 6 years ago

This successfully parses.

(a) 

Instead it should be that unless there are more than 1 element parsing fails.