added LICENSE.md

This commit is contained in:
Timon Ringwald
2022-07-25 01:50:52 +02:00
parent 50d1ac83b6
commit 5bf2f81d98
3 changed files with 49 additions and 2 deletions

View File

@ -45,8 +45,7 @@ var (
// it may be useful to have a boolean flag for this behavior
lineParseAmount = flag.Int("n", 1, "amount of lines to feed into input pattern")
replacePattern = regexp.MustCompile(`\{(\d+)(?::(.*?))?(?::(.*?))?(?::(.*?))?\}`)
replacePattern = regexp.MustCompile(`\{(\d+)(?::(.*?))?(?::(.*?))?(?::(.*?))?\}`)
numMutationPattern = regexp.MustCompile(`([+\-*/])(\d+|\((\d+)\))`)
)