openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
go-parse
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
1 day
ago.
Aug 27, 2025 — Aug 27, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #1 from dustin/master
Alex Suraci
More...
almost 10 years ago
Updated for go1.
Dustin Sallings
More...
over 14 years ago
gofmt
Alex Suraci
More...
over 16 years ago
Collect now returns a slice.
Alex Suraci
More...
over 16 years ago
* Proper escaping. * Output "parse failed!" if there's stuff left in the input.
Alex Suraci
More...
over 16 years ago
Removed R(), function-returning-closure is much simpler and more consistent.
Alex Suraci
More...
over 16 years ago
Cleanup.
Alex Suraci
More...
over 16 years ago
Tweaked inMulti and inSingle to be unexported and follow the closure paradigm.
Alex Suraci
More...
over 16 years ago
Tweaked the regexp example to follow a cleaner paradigm and have a clearer example input.
Alex Suraci
More...
over 16 years ago
Code cleanup.
Alex Suraci
More...
over 16 years ago
Identifier parsing (incl. reserved word exclusion).
Alex Suraci
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.
Alex Suraci
More...
over 16 years ago
* Unicode. * Added SepBy. * Example is now a pseudo-regexp parser.
Alex Suraci
More...
over 16 years ago
* Beginnings of a language spec mechanism. * Added a "call" function to the example. * Gofmt.
Alex Suraci
More...
over 16 years ago
Gofmt.
Alex Suraci
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.
Alex Suraci
More...
over 16 years ago
Added abstract Collect(...) function, and modified Between to use it.
Alex Suraci
More...
almost 17 years ago
Reverted Between.
Alex Suraci
More...
almost 17 years ago
* Added Try and All, and modified Between to use them. * Documentation comment additions/updates.
Alex Suraci
More...
almost 17 years ago
Tweaked Satisfy usage and Vessel.Get, added Vessel.Next.
Alex Suraci
More...
almost 17 years ago
Initial import.
Alex Suraci
More...
almost 17 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree