{"id":72945,"library":"prataprc-goparsec","title":"GoParsec","description":"Provides a library of parser combinators for building parsers in Go.","status":"active","version":"0.0.0-20211219142520-daac0e635e7e","language":"go","source_language":null,"source_url":"https://github.com/prataprc/goparsec","tags":["parser","combinator","parsing"],"install":[{"cmd":"go get github.com/prataprc/goparsec","lang":"bash","label":"Install github.com/prataprc/goparsec"}],"dependencies":[],"imports":[{"symbol":"parsec","correct":"github.com/prataprc/goparsec"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/prataprc/goparsec\"\n)\n\nfunc main() {\n\tscanner := parsec.NewSimpleScanner([]byte(\"hello\"))\n\tparser := parsec.Str(\"hello\")\n\tnode, _ := parser(scanner)\n\tfmt.Println(node)\n}","lang":"go","description":"Creates a simple scanner and parser to match the string 'hello'."},"warnings":[],"env_vars":null,"search_vec":"'build':9 'combin':7,14 'go':12 'goparsec':1 'librari':4 'pars':15 'parser':6,10,13 'provid':2","created_at":"2026-06-17T18:45:21.168326+00:00","updated_at":"2026-06-17T18:45:21.168326+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/prataprc/goparsec","github":"https://github.com/prataprc/goparsec","docs":"https://pkg.go.dev/github.com/prataprc/goparsec#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}