Still still doesn't compile. Progress is being made, but it's fair awfy slow.
This commit is contained in:
parent
aac4669a3d
commit
ab0ea09bd4
18 changed files with 255 additions and 426 deletions
|
|
@ -12,20 +12,13 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include "memory/pointer.h"
|
||||
#include "memory/pso2.h"
|
||||
#include "memory/pso4.h"
|
||||
|
||||
#define CONS_SIZE_CLASS 2
|
||||
|
||||
/**
|
||||
* @brief A cons cell.
|
||||
*
|
||||
*/
|
||||
struct cons_payload {
|
||||
/** Contents of the Address Register, naturally. */
|
||||
struct pso_pointer car;
|
||||
/** Contents of the Decrement Register, naturally. */
|
||||
struct pso_pointer cdr;
|
||||
};
|
||||
/* NOTE THAT the definition of a cons payload has to be in memory/pso2.h to
|
||||
* avoid circularity. */
|
||||
|
||||
struct pso_pointer car( struct pso_pointer frame_pointer );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue