aboutsummaryrefslogtreecommitdiff
path: root/interpreter/parse.h
blob: fef59fa8a53c53b3596fb3e24944abc665c6b251 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _H_FUSPEL_PARSE
#define _H_FUSPEL_PARSE

#include "syntax.h"

struct fuspel *parse(struct token_list*);

#endif