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

#include "syntax.h"

expression* eval(fuspel*, expression*);

#endif