Skip to content

C++ support for unconstrained ints #1259

Open
@robin-aws

Description

@robin-aws

There is no real standard for "big integers" in C++ AFAIK, so the current compiler only supports constrained subset types like uint32.

This is the main gap blocking running many existing tests in the test suite against the C++ compiler, so it's making it difficult to measure just how complete the C++ compiler is. I'd be happy with even just the incremental step of depending on a big integer library only when running the Dafny test suite.

cc @parno

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: enhancementEnhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafnylang: c++Dafny's C++ transpiler and its runtimemisc: updateUpdates to a Dafny dependencypart: code-generationSupport for transpiling Dafny to another language. If relevant, add a `lang:` tagpriority: not yetWill reconsider working on this when we're looking for work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions