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