Compiles and tests, but there are still major problems.

This commit is contained in:
Simon Brooke 2021-08-04 11:16:00 +01:00
parent 3f3b596ff0
commit 492460f37e
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
6 changed files with 81 additions and 23 deletions

View file

@ -11,6 +11,9 @@
#ifndef __integer_h
#define __integer_h
#include <stdbool.h>
#include <stdint.h>
struct cons_pointer make_integer(int64_t value, struct cons_pointer more);
struct cons_pointer add_integers(struct cons_pointer a,