summaryrefslogtreecommitdiff
path: root/parser.go
AgeCommit message (Expand)Author
2019-11-28remember input string in resultÖzgür Kesim
2019-11-28added .Start and .End to ResultÖzgür Kesim
2018-06-11appease the linting godsAdam Scarr
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
2017-08-15Make until only work on string terminatorsAdam 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-13Add map shorthandAdam Scarr
2017-08-11Fix godocAdam Scarr
2017-08-11Add go report cardAdam Scarr
2017-08-10Improve cut godocAdam Scarr
2017-08-10Unicode safe by defaultAdam Scarr
2017-08-10Add parse loggingAdam Scarr
2017-08-09Add a unicode whitespace parserAdam Scarr
2017-08-09Fix missing coverageAdam 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-08Move String to its own fileAdam Scarr
2017-08-08Reduce string allocations for plain stringsAdam Scarr
2017-08-08complete string implementationAdam Scarr
2017-08-07More perf tweaksAdam Scarr
2017-08-07Fast single byte matcherAdam 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-06Add String parserAdam Scarr
2017-08-06Get the HTML parser workingAdam Scarr
2017-08-06Clean up PointerAdam Scarr
2017-08-06Initial commitAdam Scarr