Add store into abstract machine struct
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
#define ENV_H
|
||||
|
||||
#include "am.h"
|
||||
#include "store.h"
|
||||
|
||||
void env_init(am_t *am, store_t *store);
|
||||
void env_init(am_t *am);
|
||||
void env_fetch(am_t *am);
|
||||
void env_set(am_t *am, store_t *store);
|
||||
void env_set(am_t *am);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user