diff options
Diffstat (limited to 'inc/parse.h')
-rw-r--r-- | inc/parse.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/inc/parse.h b/inc/parse.h deleted file mode 100644 index c36f296..0000000 --- a/inc/parse.h +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de> - -#ifndef PARSE_H -#define PARSE_H - -#include <term.h> - -struct term *parse_blc(const char *term); -struct term *parse_bruijn(const char *term); - -#endif |