summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-07Merge branch 'master' of github.com:/oec/goparsifyHEADmasterÖzgür Kesim
2021-05-07->kesim.orgÖzgür Kesim
2020-02-25Any(): print all possible valuesÖzgür Kesim
When all of the parsers in Any() fail, instead of printing just the longest error, we print the list of all failed/expected values. The position of the error will still remain that of the longest one.
2020-02-25Remove superfluous fmt.Println in testÖzgür Kesim
2019-11-29added .Input to newly created ResultsÖzgür Kesim
2019-11-29added LocateErrorÖzgür Kesim
2019-11-28remember input string in resultÖzgür Kesim
2019-11-28Merge branch 'master' of github.com:/oec/goparsifyÖzgür Kesim
2019-11-28added .Start and .End to ResultÖzgür Kesim
2019-06-18cleanup filesÖzgür Kesim
2019-06-18vektah -> oec to make it self-containedÖzgür Kesim
2019-06-18Merge branch 'master' of github.com:/oec/goparsifyÖzgür Kesim
2019-06-18applying upstream patch for github.com/vektah/goparsify/issues/3Özgür Kesim
2019-06-18expose Remaining in UnparsedInputErrorÖzgür Kesim
2019-06-16use Fprint instead of Fprintf in debugÖzgür Kesim
2019-06-16different tag for Chars and NotCharsÖzgür Kesim
2019-06-16use Sprint instead of SprintfÖzgür Kesim
2019-06-16fix wrong arguments in fmt.SprintÖzgür Kesim
2019-06-16vektah -> oecÖzgür Kesim
2018-06-11appease the linting godsAdam Scarr
2018-06-11update benchmark in readmeAdam Scarr
2018-06-11remove branch predictor in AnyAdam Scarr
fixes #2
2018-06-11cleanup parseMatcherAdam Scarr
2018-03-01Only skip past hyphens that are truly part of rangesTed Kornish
2018-03-01Don't parse hyphens in Chars() unless escapedTed Kornish
2018-03-01Add failing test for chars with a hyphenTed Kornish
2017-08-15Make until only work on string terminatorsAdam Scarr
2017-08-13Add an Until functionAdam Scarr
2017-08-13Update benchmarksAdam Scarr
2017-08-13Use .Token to return from StringLit to avoid convT2EAdam Scarr
2017-08-13Optimize allocs in manyAdam Scarr
2017-08-13Improve debugging outputAdam Scarr
2017-08-13Clean up autowsAdam Scarr
2017-08-13Pass result in instead of returningAdam Scarr
2017-08-13Remove a few allocs from RunAdam Scarr
2017-08-13Markdown output from DumpDebugStatsAdam Scarr
2017-08-13Add one byte prediction to Any()Adam Scarr
2017-08-13More debugging perf statsAdam Scarr
2017-08-13Add map shorthandAdam Scarr
2017-08-11Fix godocAdam Scarr
2017-08-11Fix unexported UnmarshalAdam Scarr
2017-08-11Add go report cardAdam Scarr
2017-08-10Remove magic -parselogs flagAdam Scarr
2017-08-10Update readme.mdAdam Scarr
2017-08-10Fix cut exampleAdam Scarr
2017-08-10Improve cut godocAdam Scarr
2017-08-10Unicode safe by defaultAdam Scarr
2017-08-10Document cutsAdam Scarr
2017-08-10Add parse loggingAdam Scarr
2017-08-09Add a unicode whitespace parserAdam Scarr