From 05f3cde3e7924c9ffcc1937661b3cc290d89c11a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 7 Sep 2024 17:53:27 +0200 Subject: Initial bootstrap --- inc/parse.h | 14 ++++++++++++++ 1 file changed, 14 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..f44fd50 --- /dev/null +++ b/inc/parse.h @@ -0,0 +1,14 @@ +// Copyright (c) 2024, Marvin Borner +// SPDX-License-Identifier: MIT + +#ifndef PARSE_H +#define PARSE_H + +#include + +#include + +Term *parse_blc_fp(FILE *fp); +Term *parse_blc(const char **term); + +#endif -- cgit v1.2.3