Skip to content

Big integers #7

@sjrd

Description

@sjrd

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions