#8: compiles, but most tests fail.

This commit is contained in:
Simon Brooke 2019-02-05 13:46:46 +00:00
parent e7ef82d23f
commit b6958bbf65
9 changed files with 1360 additions and 16 deletions

View file

@ -667,6 +667,8 @@ struct cons_pointer c_car( struct cons_pointer arg );
struct cons_pointer c_cdr( struct cons_pointer arg );
int c_length( struct cons_pointer arg);
struct cons_pointer make_cons( struct cons_pointer car,
struct cons_pointer cdr );