// Copyright (c) 2023, Marvin Borner #ifndef PARSE_H #define PARSE_H #include struct term *parse(const char *term); #endif