From 3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 7 Apr 2025 18:14:20 -0400 Subject: Move core libraries into their own folder --- lib/patterns/match_type.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/patterns/match_type.h (limited to 'lib/patterns/match_type.h') diff --git a/lib/patterns/match_type.h b/lib/patterns/match_type.h new file mode 100644 index 00000000..abbc4fce --- /dev/null +++ b/lib/patterns/match_type.h @@ -0,0 +1,8 @@ +#pragma once + +typedef struct { + Text_t text; + Int_t index; + List_t captures; +} XMatch; + -- cgit v1.2.3