Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-11-29 | added .Input to newly created Results | Özgür Kesim | |
2019-11-28 | added .Start and .End to Result | Özgür Kesim | |
2019-06-18 | applying upstream patch for github.com/vektah/goparsify/issues/3 | Özgür Kesim | |
2018-06-11 | remove branch predictor in Any | Adam Scarr | |
fixes #2 | |||
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 | Optimize allocs in many | Adam Scarr | |
2017-08-13 | Clean up autows | Adam Scarr | |
2017-08-13 | Pass result in instead of returning | Adam Scarr | |
2017-08-13 | Add one byte prediction to Any() | Adam Scarr | |
2017-08-10 | Document cuts | Adam Scarr | |
2017-08-10 | Add parse logging | 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-07 | Add Bind for constants | Adam Scarr | |
2017-08-07 | More perf tweaks | 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 | Get the HTML parser working | Adam Scarr | |
2017-08-06 | Initial commit | Adam Scarr | |