From 2eecfca85b2b703318e57fcce33c864757b79c00 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 13 Dec 2022 15:43:39 +0100 Subject: Basic parsing --- inc/parse.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 inc/parse.h (limited to 'inc/parse.h') diff --git a/inc/parse.h b/inc/parse.h new file mode 100644 index 0000000..cfd9102 --- /dev/null +++ b/inc/parse.h @@ -0,0 +1,8 @@ +#ifndef PARSE_H +#define PARSE_H + +#include + +struct term *parse(const char *term); + +#endif -- cgit v1.2.3