index
:
oec/goparsify.git
master
parsify in go
oec
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser.go
Age
Commit message (
Expand
)
Author
2019-11-28
added .Start and .End to Result
Özgür Kesim
2018-06-11
appease the linting gods
Adam Scarr
2018-06-11
cleanup parseMatcher
Adam Scarr
2018-03-01
Only skip past hyphens that are truly part of ranges
Ted Kornish
2018-03-01
Don't parse hyphens in Chars() unless escaped
Ted Kornish
2017-08-15
Make until only work on string terminators
Adam Scarr
2017-08-13
Improve debugging output
Adam Scarr
2017-08-13
Clean up autows
Adam Scarr
2017-08-13
Pass result in instead of returning
Adam Scarr
2017-08-13
Remove a few allocs from Run
Adam Scarr
2017-08-13
Add map shorthand
Adam Scarr
2017-08-11
Fix godoc
Adam Scarr
2017-08-11
Add go report card
Adam Scarr
2017-08-10
Improve cut godoc
Adam Scarr
2017-08-10
Unicode safe by default
Adam Scarr
2017-08-10
Add parse logging
Adam Scarr
2017-08-09
Add a unicode whitespace parser
Adam Scarr
2017-08-09
Fix missing coverage
Adam Scarr
2017-08-09
Add a regex parser
Adam Scarr
2017-08-09
Add godoc
Adam Scarr
2017-08-09
Rename some things
Adam Scarr
2017-08-08
Add readme and calc example
Adam Scarr
2017-08-08
Move String to its own file
Adam Scarr
2017-08-08
Reduce string allocations for plain strings
Adam Scarr
2017-08-08
complete string implementation
Adam Scarr
2017-08-07
More perf tweaks
Adam Scarr
2017-08-07
Fast single byte matcher
Adam Scarr
2017-08-07
*Node -> Node
Adam Scarr
2017-08-07
Small perf tweaks
Adam Scarr
2017-08-07
AutoWS
Adam Scarr
2017-08-07
add debugging
Adam Scarr
2017-08-07
Return Node instead of interface
Adam Scarr
2017-08-06
Eliminate a bunch of allocations
Adam Scarr
2017-08-06
Add String parser
Adam Scarr
2017-08-06
Get the HTML parser working
Adam Scarr
2017-08-06
Clean up Pointer
Adam Scarr
2017-08-06
Initial commit
Adam Scarr