aboutsummaryrefslogtreecommitdiff
path: root/interpreter/eval.h
blob: 3561965bf2daca9d7c536d68978d4ff66984974d (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _H_EVAL
#define _H_EVAL

#include "syntax.h"

struct expression *eval_main(struct fuspel*);

#endif