From 80755477735baaea66f865c316aff036bebd8e2f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 00:12:44 -0400 Subject: Clean up some unistr.h issues and expand some parse macros. --- src/parse/types.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/parse/types.h (limited to 'src/parse/types.h') diff --git a/src/parse/types.h b/src/parse/types.h new file mode 100644 index 00000000..1231f5ed --- /dev/null +++ b/src/parse/types.h @@ -0,0 +1,6 @@ +// This file defines parsing logic for types +#pragma once + +#include "../ast.h" + +type_ast_t *parse_type_str(const char *str); -- cgit v1.2.3