Implement +, * and - primitives
This commit is contained in:
10
lib/include/prim.h
Normal file
10
lib/include/prim.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PRIM_H
|
||||
#define PRIM_H
|
||||
|
||||
#include "am.h"
|
||||
#include "expr.h"
|
||||
#include "store.h"
|
||||
|
||||
void prim_load(am_t *am, store_t *store);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user