index
:
oec/goparsify.git
master
parsify in go
oec
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2021-05-07
Merge branch 'master' of github.com:/oec/goparsify
HEAD
master
Özgür Kesim
2021-05-07
->kesim.org
Özgür Kesim
2020-02-25
Any(): 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-25
Remove superfluous fmt.Println in test
Özgür Kesim
2019-11-29
added .Input to newly created Results
Özgür Kesim
2019-11-29
added LocateError
Özgür Kesim
2019-11-28
remember input string in result
Özgür Kesim
2019-11-28
Merge branch 'master' of github.com:/oec/goparsify
Özgür Kesim
2019-11-28
added .Start and .End to Result
Özgür Kesim
2019-06-18
cleanup files
Özgür Kesim
2019-06-18
vektah -> oec to make it self-contained
Özgür Kesim
2019-06-18
Merge branch 'master' of github.com:/oec/goparsify
Özgür Kesim
2019-06-18
applying upstream patch for github.com/vektah/goparsify/issues/3
Özgür Kesim
2019-06-18
expose Remaining in UnparsedInputError
Özgür Kesim
2019-06-16
use Fprint instead of Fprintf in debug
Özgür Kesim
2019-06-16
different tag for Chars and NotChars
Özgür Kesim
2019-06-16
use Sprint instead of Sprintf
Özgür Kesim
2019-06-16
fix wrong arguments in fmt.Sprint
Özgür Kesim
2019-06-16
vektah -> oec
Özgür Kesim
2018-06-11
appease the linting gods
Adam Scarr
2018-06-11
update benchmark in readme
Adam Scarr
2018-06-11
remove branch predictor in Any
Adam Scarr
fixes #2
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
2018-03-01
Add failing test for chars with a hyphen
Ted Kornish
2017-08-15
Make until only work on string terminators
Adam Scarr
2017-08-13
Add an Until function
Adam Scarr
2017-08-13
Update benchmarks
Adam Scarr
2017-08-13
Use .Token to return from StringLit to avoid convT2E
Adam Scarr
2017-08-13
Optimize allocs in many
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
Markdown output from DumpDebugStats
Adam Scarr
2017-08-13
Add one byte prediction to Any()
Adam Scarr
2017-08-13
More debugging perf stats
Adam Scarr
2017-08-13
Add map shorthand
Adam Scarr
2017-08-11
Fix godoc
Adam Scarr
2017-08-11
Fix unexported Unmarshal
Adam Scarr
2017-08-11
Add go report card
Adam Scarr
2017-08-10
Remove magic -parselogs flag
Adam Scarr
2017-08-10
Update readme.md
Adam Scarr
2017-08-10
Fix cut example
Adam Scarr
2017-08-10
Improve cut godoc
Adam Scarr
2017-08-10
Unicode safe by default
Adam Scarr
2017-08-10
Document cuts
Adam Scarr
2017-08-10
Add parse logging
Adam Scarr
2017-08-09
Add a unicode whitespace parser
Adam Scarr
[next]