grain icon indicating copy to clipboard operation
grain copied to clipboard

Allow `Rational` literals of any size

Open peblair opened this issue 2 years ago • 0 comments

Currently (#1167), we cannot parse rational literals with operands which do not fit into 32-bit integers. We should add the necessary support to allow operands of any size. This will require extending Mini_bigint with mul and div operators, along with a gcd implementation.

peblair avatar Mar 19 '22 12:03 peblair