{"id":28043051,"url":"https://github.com/sftsrv/parz","last_synced_at":"2026-02-05T04:02:08.645Z","repository":{"id":249305598,"uuid":"825901227","full_name":"sftsrv/parz","owner":"sftsrv","description":"A simple parser combinator library","archived":false,"fork":false,"pushed_at":"2025-08-25T07:26:20.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T09:53:59.804Z","etag":null,"topics":["functional-programming","gleam","gleam-lang","parser","parser-combinators"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/parz/index.html","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sftsrv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-08T18:08:39.000Z","updated_at":"2025-08-25T07:26:23.000Z","dependencies_parsed_at":"2024-07-20T00:34:41.025Z","dependency_job_id":"7a32bfb3-e817-4df3-899f-445d13cb82b5","html_url":"https://github.com/sftsrv/parz","commit_stats":null,"previous_names":["sftsrv/parz"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sftsrv/parz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sftsrv%2Fparz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sftsrv%2Fparz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sftsrv%2Fparz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sftsrv%2Fparz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sftsrv","download_url":"https://codeload.github.com/sftsrv/parz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sftsrv%2Fparz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29110564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["functional-programming","gleam","gleam-lang","parser","parser-combinators"],"created_at":"2025-05-11T15:36:50.255Z","updated_at":"2026-02-05T04:02:08.623Z","avatar_url":"https://github.com/sftsrv.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parz\n\nA simple parser combinator library\n\n\u003e Trying to learn [Gleam]() while also Learning about Parser Combinators using\n\u003e [The YouTube Series by Low Byte Productions](https://www.youtube.com/playlist?list=PLP29wDx6QmW5yfO1LAgO8kU3aQEj8SIrU)\n\u003e and [Understanding Parser Combinators](https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/)\n\n[![Package Version](https://img.shields.io/hexpm/v/parz)](https://hex.pm/packages/parz)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/parz/)\n\nThe project exposes the following modules:\n\n1. `parz.` - contains the `run` method which is used for executing a parser\n2. `parz/combinators` - the parser combinator library\n3. `pars/parsers` - some simple, prmiitive parsers\n\n## Usage\n\n```sh\ngleam add parz\n```\n\n```gleam\nimport parz.{run}\nimport pars/combinators\nimport pars/parsers\n\npub fn main() {\n  // For an example usage look at the `tests/sample_parser_test.gleam` file\n  let parser = // .. define a parser\n\n  let result = run(parser, content_to_parse)\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/parz\u003e.\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsftsrv%2Fparz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsftsrv%2Fparz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsftsrv%2Fparz/lists"}