rokucommunity / brs

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

Implement Optional Chaining #20

Open lvcabral opened 1 year ago

lvcabral commented 1 year ago

Reference documentation: https://developer.roku.com/docs/references/brightscript/language/expressions-variables-types.md#optional-chaining-operators

lvcabral commented 11 months ago

ticket not closed because the behavior of brs is not fully compatible with Roku devices, the dot chained are always behaving as optional, and no exception is raised when the ? is not used.