The beginning of bignums is in place, tests still pass.

This commit is contained in:
Simon Brooke 2018-12-29 22:30:07 +00:00
parent c21a762413
commit 342f0308d3
11 changed files with 134 additions and 96 deletions

View file

@ -150,6 +150,9 @@ void free_cell( struct cons_pointer pointer ) {
case FUNCTIONTV:
dec_ref( cell->payload.function.source );
break;
case INTEGERTV:
dec_ref( cell->payload.integer.more);
break;
case LAMBDATV:
case NLAMBDATV:
dec_ref( cell->payload.lambda.args );