blob: 121f3bebdb21a159a2555f55180e89adf7b267f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _H_FUSPEL_EVAL
#define _H_FUSPEL_EVAL
#include "syntax.h"
struct expression *eval_main(struct fuspel*
#ifdef FUSPEL_DEBUG
, bool debug_graphs
#endif
);
#endif
|