{"id":18394426,"url":"https://github.com/romac/fixity-decl","last_synced_at":"2025-04-12T13:19:07.053Z","repository":{"id":66930112,"uuid":"76749265","full_name":"romac/fixity-decl","owner":"romac","description":"🚧  User-defined fixity declarations with Megaparsec","archived":false,"fork":false,"pushed_at":"2017-01-24T12:51:22.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T13:19:04.622Z","etag":null,"topics":["haskell","megaparsec"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romac.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-17T22:10:37.000Z","updated_at":"2017-02-15T21:43:11.000Z","dependencies_parsed_at":"2023-02-22T09:45:21.123Z","dependency_job_id":null,"html_url":"https://github.com/romac/fixity-decl","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/romac%2Ffixity-decl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romac%2Ffixity-decl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romac%2Ffixity-decl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romac%2Ffixity-decl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romac","download_url":"https://codeload.github.com/romac/fixity-decl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571839,"owners_count":21126522,"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":["haskell","megaparsec"],"created_at":"2024-11-06T02:05:43.726Z","updated_at":"2025-04-12T13:19:07.027Z","avatar_url":"https://github.com/romac.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e Just an experiment in handling Haskell-style user-defined fixity declarations with Megaparsec.\n\n`test.fd`\n```haskell\nprefix -\npostfix ++\ninfixl 6 +\ninfix ==\ninfixr 2 :\ninfixl !!\n\n1+2 : 2+3 : -4 + 5++ : -6 : 123\n```\n\n    $ stack exec fixity-decl -- test.fd\n    ((1 + 2) : ((2 + 3) : (((- 4) + (++ 5)) : ((- 6) : 123))))\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromac%2Ffixity-decl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromac%2Ffixity-decl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromac%2Ffixity-decl/lists"}