boo-lang / boo

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

fix end keyword for interpolated expressions #85

Closed drslump closed 10 years ago

drslump commented 10 years ago

Fixes https://github.com/bamboo/boo/pull/74#issuecomment-31330767 reported by @MaximTrushin where the use of a stream filter to handle broke the use of the end identifier inside interpolated expressions.