Open
Description
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