rokucommunity / brs

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

Implement missing `roList` (Roku linked list) #5

Closed lvcabral closed 5 months ago

lvcabral commented 12 months ago

Interface: https://developer.roku.com/docs/references/brightscript/interfaces/iflist.md

Good explanation about the roList and it's differences to roArray: https://forums.roku.com/viewtopic.php?t=66904

lvcabral commented 5 months ago

Implemented by #48