aboutsummaryrefslogblamecommitdiff
path: root/interpreter/eval.h
blob: 13834566bf0cdf2b29801d93fc3b245b879abb9a (plain) (tree)
1
2
3
4
5
6
7
8



                   
                               
      
#ifndef _H_EVAL
#define _H_EVAL

#include "syntax.h"

expression* eval_main(fuspel*);

#endif