Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Box() function and improved boxing #54

Merged
merged 7 commits into from
Apr 3, 2024

Conversation

lvcabral
Copy link
Collaborator

@lvcabral lvcabral commented Apr 3, 2024

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

src/interpreter/index.ts Show resolved Hide resolved
src/interpreter/index.ts Show resolved Hide resolved
test/e2e/BrsComponents.test.js Show resolved Hide resolved
@lvcabral lvcabral merged commit 5ea0f3c into master Apr 3, 2024
3 checks passed
@lvcabral lvcabral deleted the improvements-on-boxing branch April 3, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid check when on the left side does not work (boxing issue)
2 participants