{"id":16713888,"url":"https://github.com/shepmaster/fuzzy-pickles","last_synced_at":"2025-03-23T14:31:53.279Z","repository":{"id":57632794,"uuid":"87132622","full_name":"shepmaster/fuzzy-pickles","owner":"shepmaster","description":"A Rust parser to power Strata Rust","archived":false,"fork":false,"pushed_at":"2020-08-18T01:26:29.000Z","size":854,"stargazers_count":7,"open_issues_count":5,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T21:50:46.891Z","etag":null,"topics":["parser","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shepmaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-04T00:09:28.000Z","updated_at":"2023-09-17T04:43:37.000Z","dependencies_parsed_at":"2022-08-31T16:31:27.218Z","dependency_job_id":null,"html_url":"https://github.com/shepmaster/fuzzy-pickles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Ffuzzy-pickles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Ffuzzy-pickles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Ffuzzy-pickles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Ffuzzy-pickles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shepmaster","download_url":"https://codeload.github.com/shepmaster/fuzzy-pickles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245116030,"owners_count":20563267,"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":["parser","rust"],"created_at":"2024-10-12T20:48:25.833Z","updated_at":"2025-03-23T14:31:52.932Z","avatar_url":"https://github.com/shepmaster.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fuzzy Pickles\n\nWhile there are many high-quality Rust parsers available, a slightly\ndifferent kind of parser was needed to provide the detail needed for\n[Strata Rust][]. To that end, Fuzzy Pickles was built using the\n[Peresil][] parsing toolkit. The parser aims to:\n\n- be a low-level parser of Rust source code, providing unshackled\n  access to the direct parsing structures including items like\n  whitespace.\n- provide an easier-to-use visitor interface that allows quickly\n  gathering information about Rust code.\n- provide reasonable quality errors about the parsing.\n- parse all syntactically-valid Rust code.\n\nIt has anti-goals as well! The parser does not:\n\n- attempt to perform *semantic* analysis of Rust code.\n- guarantee to reject all syntactically-invalid code.\n\n[Strata Rust]: https://github.com/shepmaster/strata-rust\n[Peresil]: https://github.com/shepmaster/peresil\n\n## Contribution opportunities\n\nA project always has need for help from interested people!\n\n### Introductory opportunities 🌟\n\nThese are things that anyone should be able to help with!\n\n- Run the parser against your own Rust file, or a particularly\n  interesting file you are aware of.\n- Narrow down a file that fails to parse to construct a test case.\n\n### Intermediate opportunities 🌟🌟🌟\n\nThese might require diving into the code a bit and adding new code or\nchanging existing code.\n\n- Enhance the parser to recognize code that is currently not recognizable.\n- Verify that a piece of code is parsed correctly.\n\nPlease open up an issue to begin a dialog before starting if a feature\nseems like it will require more than just a straight-forward addition!\n\n### Advanced opportunities 🌟🌟🌟🌟🌟\n\nThese are intense feature requests that probably require a good amount\nof effort and *definitely* should be discussed in an issue before\nbeginning.\n\n- Perform macro expansion\n\n## License\n\nfuzzy-pickles is distributed under the terms of both the MIT license and\nthe Apache License (Version 2.0).\n\n## Authors\n\nThis crate was created by Jake Goulding of [Integer 32][].\n\n[Integer 32]: http://www.integer32.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshepmaster%2Ffuzzy-pickles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshepmaster%2Ffuzzy-pickles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshepmaster%2Ffuzzy-pickles/lists"}