aboutsummaryrefslogtreecommitdiff
path: root/interpreter/eval.h
blob: 7afe56e11c3766c3122814eb43b5434b69430fe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _H_EVAL
#define _H_EVAL

#include "syntax.h"

struct expression *eval_main(struct fuspel*
#ifdef _FUSPEL_DEBUG
		, bool debug_graphs
#endif
		);

#endif