rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
152 stars 47 forks source link

Remove Parser.statements #1230

Closed TwitchBronBron closed 2 weeks ago

TwitchBronBron commented 3 weeks ago

Remove Parser.statements. it was there from the original brs parser. We added Parser.ast above it which is a Body instance so we can call .transpile on the whole thing, so we don't need .statements anymore, you can just call parser.ast.statements if you need them.