From 4d59fc2987e52da0274e6b204a9d2885613f74b7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 14:05:10 -0400 Subject: Move patterns into a module --- examples/patterns/match_type.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/patterns/match_type.h (limited to 'examples/patterns/match_type.h') diff --git a/examples/patterns/match_type.h b/examples/patterns/match_type.h new file mode 100644 index 00000000..5d063431 --- /dev/null +++ b/examples/patterns/match_type.h @@ -0,0 +1,8 @@ +#pragma once + +typedef struct { + Text_t text; + Int_t index; + Array_t captures; +} XMatch; + -- cgit v1.2.3