1 2 3 4 5 6 7 8
#ifndef _H_PARSE #define _H_PARSE #include "syntax.h" struct fuspel *parse(struct token_list*); #endif