Implement atom evaluation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef EVAL_H
|
||||
#define EVAL_H
|
||||
|
||||
#include "am.h"
|
||||
|
||||
void eval(am_t *am);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user