sjbarag / brs

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

Implement RoLongInteger, cast int to LongInt, float to Double #600

Closed vbuchii closed 3 years ago

vbuchii commented 3 years ago

This implements the RoLongInteger, also adds support of auto casting roInt to roLongInt, roFloat to roDouble.

fixes #364

vbuchii commented 3 years ago

Considering that we don't have support for roLongInteger at all right now, it's probably safe to land this. #609 will need to be fixed pretty quickly though, or we'll open ourselves up to lots of other bugs. @vbuchii can you try to resolve that soon?

Thanks for taking this on!

Sure, I'm planning to do that soon.