-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial GMP attempt (does not work) * bignums should be compiling * bignums compile for real * sign represented in length word sign * fixed representation, added tests, add unloading * fix interp.rkt * added functionality for more primitives * clean up redundancy, use mpz import * finish prim1, with tests * fix library externs * addition, plus tests * subtraction, plus tests * clean up bignums.c * updated all integer comparisons * fixed interp for quotient and remainder, add bignum functionality
- Loading branch information
Showing
16 changed files
with
947 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.