{"id":41702673,"url":"https://github.com/tvanriel/go-parser","last_synced_at":"2026-01-24T21:02:09.452Z","repository":{"id":57697737,"uuid":"497169719","full_name":"tvanriel/go-parser","owner":"tvanriel","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-19T07:28:03.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-17T00:37:48.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tvanriel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-28T00:05:12.000Z","updated_at":"2024-05-17T00:37:48.028Z","dependencies_parsed_at":"2022-09-26T21:01:51.024Z","dependency_job_id":null,"html_url":"https://github.com/tvanriel/go-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tvanriel/go-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvanriel%2Fgo-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvanriel%2Fgo-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvanriel%2Fgo-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvanriel%2Fgo-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tvanriel","download_url":"https://codeload.github.com/tvanriel/go-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvanriel%2Fgo-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T21:02:06.643Z","updated_at":"2026-01-24T21:02:09.443Z","avatar_url":"https://github.com/tvanriel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-parser\n\nA simple parser helper written in go with the [go-lexer](https://github.com/bbuck/go-lexer/) in mind.\n\n\n## Usage\n```go\nimport(\n    lex \"github.com/bbuck/go-lexer\"\n)\n\nfunc Parse(tokens []*lex.Token) (*parse.AST, error) {\n\tp := \u0026parse.Parser{\n\t\tTokens: tokens,\n\t\tCur:    0,\n\t\tAST:    \u0026parse.AST{},\n\t}\n\tfor p.Continue() {\n\t\tParseTextOrDirective(p)\n\t}\n\tif p.Err() != nil {\n\t\treturn nil, p.Err()\n\t}\n\treturn p.AST, nil\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftvanriel%2Fgo-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftvanriel%2Fgo-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftvanriel%2Fgo-parser/lists"}