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

#include "syntax.h"

struct fuspel *parse(struct token_list*);

#endif