match
Package match implements a State Machine that can match a string against multiple regular expressions simultaneously.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2025/07/06 18:11:42
added LICENSE
-
go.mod
93
2025/07/06 18:01:41
added go.*
-
go.sum
177
2025/07/06 18:01:41
added go.*
-
match.go
1345
2025/07/13 19:30:28
use parsed structure to compile statemachine
-
match_test.go
1909
2025/07/12 19:04:09
added test numbers
-
structure.go
3299
2025/07/13 19:48:12
handle partMany
-
structure_test.go
5022
2025/07/13 19:26:00
add compile method stubs to structure types
-
tokeniser.go
1200
2025/07/12 18:55:27
added tokeniser for a string with simple wildcards
-
tokeniser_test.go
3130
2025/07/12 19:03:39
added test numbers