rokucommunity / brs

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

Implemented `Box()` function and improved boxing #54

Closed lvcabral closed 3 months ago

lvcabral commented 3 months ago

The boxed Numbers and Boolean were not being properly handled, was not possible to compare or make arithmetic operations among them nor with intrinsic values. Now is fixed.

This PR closes #7 and #18