softwarelanguageslab/maf

Use `BigInt` to represent Scheme numbers

Closed this issue · 1 comments

The gambit/compiler.scm benchmarks contains literal numbers such as: 9223372036854775808, which obviously do not fit into an Int.
This is throwing an error in the parsing phase, but will require changing IntLattice to use BigInt rather than simply Int.

Closed in ecc3b8f.