{"id":13772139,"url":"https://github.com/pest-parser/ast","last_synced_at":"2025-12-12T15:39:47.333Z","repository":{"id":41057251,"uuid":"146967549","full_name":"pest-parser/ast","owner":"pest-parser","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-04T07:31:23.000Z","size":117,"stargazers_count":90,"open_issues_count":17,"forks_count":17,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-11T08:10:46.418Z","etag":null,"topics":["hacktoberfest"],"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/pest-parser.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-01T04:30:54.000Z","updated_at":"2025-10-17T23:52:13.000Z","dependencies_parsed_at":"2024-04-17T05:27:19.349Z","dependency_job_id":"79bff840-e834-4592-9535-300473d790cd","html_url":"https://github.com/pest-parser/ast","commit_stats":{"total_commits":75,"total_committers":8,"mean_commits":9.375,"dds":"0.18666666666666665","last_synced_commit":"7d07649cf6ef7cc09c1840d120def431323c6bfe"},"previous_names":["pest-parser/pest_deconstruct"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/pest-parser/ast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pest-parser%2Fast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pest-parser%2Fast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pest-parser%2Fast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pest-parser%2Fast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pest-parser","download_url":"https://codeload.github.com/pest-parser/ast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pest-parser%2Fast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27685611,"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","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hacktoberfest"],"created_at":"2024-08-03T17:01:00.477Z","updated_at":"2025-12-12T15:39:47.312Z","avatar_url":"https://github.com/pest-parser.png","language":"Rust","readme":"# pest-ast\n\nThis is an in-development add-on to the pest parsing library.\n\nPest-ast provides a structured manner to go from the \"dynamically typed\" Pest Parse Tree\nto a strongly typed (Abstract) Syntax Tree, as well as a derive to do so automatically.\nIn the future, it's planned to optionally additionally check the source grammar to statically\nprevent issues that are currently detected at runtime.\n\nIn the _future_ 🦄, pest-ast may provide a way of defining grammar directly on the AST nodes.\n\n## Note:\n\nThis crate is actually `from-pest`, which provides the trait framework for the said conversion.\n[`pest-ast`](./derive/README.md) provides the actual derive for the conversion.\n\nThis README is the root of the repository for legacy reasons. This will be corrected in a future reorganization.\n\n## Contributing\n\nCheck out the [issue tracker](https://github.com/pest-parser/ast);\nwe try to keep it stocked with [good-first-issue](https://github.com/pest-parser/ast/labels/good%20first%20issue)\nand [help-wanted](https://github.com/pest-parser/ast/issues?q=is%3Aopen+label%3A%22help+wanted%22) opportunities.\nIf you have questions, don't be afraid to @ the author (CAD97)\n[on Gitter](https://gitter.im/pest-parser/pest) or [on Discord](https://discord.gg/FuPE9JE).\nThe best thing you can probably do for this library currently is to use it!\nMore than anything else, I just want eyes on the interface trying it out and seeing where it shines and wher it falters.\n\n## License\n\npest-deconstruct is licensed under both the MIT license and the Apache License 2.0.\nEither terms may be used at your option. All PRs are understood to be agreeing to\ncontribution under these terms as defined in the Apache license.\n\nSee [LICENSE-APACHE] and [LICENSE-MIT] for details.\n\nCopyright 2018 Christopher Durham (aka CAD97)\n\nDual licensed under the Apache License, Version 2.0 and the MIT License\n(collectively, the \"License\"); you may not use this file except in\ncompliance with the License. You may obtain a copy of the License at\n\n   \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e  \n   \u003chttps://opensource.org/licenses/MIT\u003e\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":["Tooling","Rust"],"sub_categories":["Boilerplate reduction and testing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpest-parser%2Fast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpest-parser%2Fast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpest-parser%2Fast/lists"}