aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns/match_type.h
blob: 911d66fc3d0e81e6e05d1f56eea4c98ebc3fde2e (plain)
1
2
3
4
5
6
7
#pragma once

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