]> git.lizzy.rs Git - nothing.git/blob - src/script/interpreter.h
Merge pull request #309 from tsoding/285
[nothing.git] / src / script / interpreter.h
1 #ifndef INTERPRETER_H_
2 #define INTERPRETER_H_
3
4 #include "expr.h"
5
6
7 struct Expr eval(struct Expr expr);
8
9 #endif  // INTERPRETER_H_