aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
diff options
context:
space:
mode:
authorMarvin Borner2023-05-06 20:19:23 +0200
committerMarvin Borner2023-05-06 20:19:23 +0200
commitb31220aadc24ff137a4fe4bc39780ae63c58e11b (patch)
tree89e431ad99e85f581dbea56d61abac6794386f2a /inc/parse.h
parentd19f7f5bb99ca1073edb3ce1b13e782a3f598b4a (diff)
Start fresh
Diffstat (limited to 'inc/parse.h')
-rw-r--r--inc/parse.h11
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