summaryrefslogtreecommitdiff
path: root/combinator.go
AgeCommit message (Collapse)Author
2019-11-28added .Start and .End to ResultÖzgür Kesim
2019-06-18applying upstream patch for github.com/vektah/goparsify/issues/3Özgür Kesim
2018-06-11remove branch predictor in AnyAdam Scarr
fixes #2
2017-08-15Make until only work on string terminatorsAdam Scarr
2017-08-13Add an Until functionAdam Scarr
2017-08-13Update benchmarksAdam Scarr
2017-08-13Optimize allocs in manyAdam Scarr
2017-08-13Clean up autowsAdam Scarr
2017-08-13Pass result in instead of returningAdam Scarr
2017-08-13Add one byte prediction to Any()Adam Scarr
2017-08-10Document cutsAdam Scarr
2017-08-10Add parse loggingAdam Scarr
2017-08-09Add a regex parserAdam Scarr
2017-08-09Add godocAdam Scarr
2017-08-09Rename some thingsAdam Scarr
2017-08-08Add readme and calc exampleAdam Scarr
2017-08-07Add Bind for constantsAdam Scarr
2017-08-07More perf tweaksAdam Scarr
2017-08-07*Node -> NodeAdam Scarr
2017-08-07Small perf tweaksAdam Scarr
2017-08-07AutoWSAdam Scarr
2017-08-07add debuggingAdam Scarr
2017-08-07Return Node instead of interfaceAdam Scarr
2017-08-06Eliminate a bunch of allocationsAdam Scarr
2017-08-06Get the HTML parser workingAdam Scarr
2017-08-06Initial commitAdam Scarr