#ifndef _H_PARSE #define _H_PARSE #include "syntax.h" struct fuspel *parse(struct token_list*); #endif