aboutsummaryrefslogtreecommitdiff
path: root/examples/patterns/match_type.h
blob: 5d063431ecbe95722ad7547247917ceda8d11d88 (plain)
1
2
3
4
5
6
7
8
#pragma once

typedef struct {
    Text_t text;
    Int_t index;
    Array_t captures;
} XMatch;