{"id":27451160,"url":"https://github.com/swiftcoder/transmogrify","last_synced_at":"2025-10-12T23:09:21.253Z","repository":{"id":287593560,"uuid":"965047793","full_name":"swiftcoder/transmogrify","owner":"swiftcoder","description":"parsing experiments in rust","archived":false,"fork":false,"pushed_at":"2025-04-12T17:08:23.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-04-15T09:59:40.416Z","etag":null,"topics":["parsing","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/swiftcoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-04-12T09:46:04.000Z","updated_at":"2025-04-12T17:08:27.000Z","dependencies_parsed_at":"2025-04-12T18:23:55.004Z","dependency_job_id":"9902f4f3-1215-4b1f-b128-eb66d7dccd73","html_url":"https://github.com/swiftcoder/transmogrify","commit_stats":null,"previous_names":["swiftcoder/transmogrify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcoder%2Ftransmogrify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcoder%2Ftransmogrify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcoder%2Ftransmogrify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcoder%2Ftransmogrify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swiftcoder","download_url":"https://codeload.github.com/swiftcoder/transmogrify/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048745,"owners_count":21204306,"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":["parsing","rust"],"created_at":"2025-04-15T09:59:42.945Z","updated_at":"2025-10-12T23:09:21.159Z","avatar_url":"https://github.com/swiftcoder.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transmogrify\n\nParsing experiments in rust\n\n*This is not intended for production use*\n\n## What makes a good parser?\n- Supports arbitrary (left and right, direct and indirect) recursion\n- Error reporting that clearly identifies the specific problem in the input\n- Lexer built in - we don't want to maintain a separate grammar for the lexer\n- Can attach actions to build an AST, or directly execute the input\n\n## Status\n- Arbitrary recursion a la [Left recursion in Parsing Expression Grammars](https://doi.org/10.1016/j.scico.2014.01.013)\n- Rich error messages by tracking expected tokens at each failed terminal\n- Arbitrary token skipping rules, and a Lexer rule to disable skipping\n- Limited action support: actions can transform the input, but with limited output formats and no side-effects\n\n## TODO\n- ~~Can we stop doing everything via Boxed dyn Traits?~~\n- Can we support actions that build a tree of user-defined types?\n- Can we support actions that have side-effects?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftcoder%2Ftransmogrify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiftcoder%2Ftransmogrify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftcoder%2Ftransmogrify/lists"}