0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from dustin/master More... almost 10 years ago
Updated for go1. More... over 14 years ago
gofmt More... over 16 years ago
Collect now returns a slice. More... over 16 years ago
* Proper escaping. * Output "parse failed!" if there's stuff left in the input. More... over 16 years ago
Removed R(), function-returning-closure is much simpler and more consistent. More... over 16 years ago
Cleanup. More... over 16 years ago
Tweaked inMulti and inSingle to be unexported and follow the closure paradigm. More... over 16 years ago
Tweaked the regexp example to follow a cleaner paradigm and have a clearer example input. More... over 16 years ago
Code cleanup. More... over 16 years ago
Identifier parsing (incl. reserved word exclusion). More... over 16 years ago
* Comment parsing, incl. nested multiline comments. * Added OneOf, NoneOf, Skip, Token, and Many1. * Don't add nil results to the tree. * String(...) now consumes char-by-char rather than requiring the input to be a string. More... over 16 years ago
* Unicode. * Added SepBy. * Example is now a pseudo-regexp parser. More... over 16 years ago
* Beginnings of a language spec mechanism. * Added a "call" function to the example. * Gofmt. More... over 16 years ago
Gofmt. More... over 16 years ago
Added helper R function for passing a parser by reference. Useful for handling infinite recursion, e.g. parentheses around self. More... over 16 years ago
Added abstract Collect(...) function, and modified Between to use it. More... almost 17 years ago
Reverted Between. More... almost 17 years ago
* Added Try and All, and modified Between to use them. * Documentation comment additions/updates. More... almost 17 years ago
Tweaked Satisfy usage and Vessel.Get, added Vessel.Next. More... almost 17 years ago
Initial import. More... almost 17 years ago