index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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;