-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Support for big integers is still missing.
At the very least, overflow with smallints should raise an exception, not return 0. (This part of the codebase was written when exceptions were not implemented yet!)
Then, support for big integers should be added, in a modular way. Actual big integers must not enter vm/main/! That would be a major dependency that we must avoid in the VM core codebase.
Metadata
Metadata
Assignees
Labels
No labels