boo-lang / boo

The Boo Programming Language.
BSD 3-Clause "New" or "Revised" License
874 stars 148 forks source link

A small fix for pattern matching of empty array. #28

Closed MaximTrushin closed 12 years ago

MaximTrushin commented 12 years ago

In pattern matching I tried to check if my array is empty but pattern matching returned compile time error message. So I created this fix. I closed previous Pull Request but github still shows its commits and comments. I merged with bamboo/boo master so it will not make changes from previous request.