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

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