Implement atom evaluation
This commit is contained in:
8
lib/include/eval.h
Normal file
8
lib/include/eval.h
Normal file
@@ -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