{"id":18029975,"url":"https://github.com/rspeele/fparsec-pipes","last_synced_at":"2025-03-27T03:31:15.864Z","repository":{"id":65414110,"uuid":"47798646","full_name":"rspeele/FParsec-Pipes","owner":"rspeele","description":"A set of operators for FParsec (http://www.quanttec.com/fparsec/) intended to simplify chaining parsers together.","archived":false,"fork":false,"pushed_at":"2023-12-15T20:03:37.000Z","size":256,"stargazers_count":44,"open_issues_count":3,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-30T20:22:03.000Z","etag":null,"topics":["combinator","compiler-abuse","fparsec","parsing"],"latest_commit_sha":null,"homepage":null,"language":"F#","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/rspeele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2015-12-11T01:52:36.000Z","updated_at":"2023-12-15T20:03:41.000Z","dependencies_parsed_at":"2024-10-30T09:12:54.426Z","dependency_job_id":"ef825c88-2bfc-4d87-b7b3-92a56865887b","html_url":"https://github.com/rspeele/FParsec-Pipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspeele%2FFParsec-Pipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspeele%2FFParsec-Pipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspeele%2FFParsec-Pipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspeele%2FFParsec-Pipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rspeele","download_url":"https://codeload.github.com/rspeele/FParsec-Pipes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245778703,"owners_count":20670682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["combinator","compiler-abuse","fparsec","parsing"],"created_at":"2024-10-30T09:12:40.744Z","updated_at":"2025-03-27T03:31:15.507Z","avatar_url":"https://github.com/rspeele.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FParsec-Pipes\n\nThis library is an extension to the FParsec library (http://www.quanttec.com/fparsec/).\n\nPlease see the [project page](http://rspeele.github.io/FParsec-Pipes/)\nor read the [intro](http://rspeele.github.io/FParsec-Pipes/Intro.html).\n\nFParsec-Pipes does not define new parsers.\nInstead, its goal is to make it easier and more readable to define your own parsers.\n\n## Why should I care? Show me some code I can write with this.\n\n```fsharp\nlet pdatetime =\n    let digits (count : int) = %% +.(qty.[count] * digit) -|\u003e (String \u003e\u003e Int32.Parse)\n    %% +.digits 4 -- '-' -- +.digits 2 -- '-' -- +.digits 2 -- 'T'\n    -- +.digits 2 -- ':' -- +.digits 2 -- ':' -- +.digits 2\n    -|\u003e fun yyyy mm dd h m s -\u003e\n        new DateTime(yyyy, mm, dd, h, m, s)\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frspeele%2Ffparsec-pipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frspeele%2Ffparsec-pipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frspeele%2Ffparsec-pipes/lists"}