#ifndef _H_PARSE
#define _H_PARSE

#include "syntax.h"

fuspel* parse(token_list*);

#endif