You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Remove
Parser.statements
. it was there from the original brs parser. We addedParser.ast
above it which is aBody
instance so we can call .transpile on the whole thing, so we don't need.statements
anymore, you can just callparser.ast.statements
if you need them.The text was updated successfully, but these errors were encountered: