sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

fix(parse): Restore nested block parsing #514

Closed sjbarag closed 4 years ago

sjbarag commented 4 years ago

I'd accidentally broken nested-block parsing in #510! This fixes that and ensures that block() always consumes the block-closing token.