Skip to content

Mixed Arithmetic in Opcodes #5

@Solumin

Description

@Solumin

I've added a sample of mixed arithmetic to BINARY_ADD. It's really messy -- another way to do this would be great.

One problem is that we're treating 32-bit integers as 'numbers', so they look like floating-point numbers, which messes up the widening hierarchy (see the comment on interpreter.ts:widen or Python Numeric Types)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions