Major refactoring, all tests still pass

Bignum issues not yet folly resolved.
This commit is contained in:
Simon Brooke 2019-01-05 11:42:17 +00:00
parent 396e214b5f
commit d624c671cd
6 changed files with 96 additions and 99 deletions

View file

@ -151,3 +151,4 @@ void dump_object( FILE * output, struct cons_pointer pointer ) {
break;
}
}

View file

@ -25,5 +25,4 @@
*/
void dump_object( FILE * output, struct cons_pointer pointer );
#endif