rokucommunity / brs

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

fix(parser,lexer) Optional chaining implementation side effect #30 #31

Closed lvcabral closed 10 months ago

lvcabral commented 10 months ago

The optional chaining implementation was not done correctly, it affected the parsing of in-line if with the ? (print) statement.

TwitchBronBron commented 10 months ago

Looks great! would you we willing to do the same fix in the brighterscript parser? I'm assuming we have a similar problem?