{"id":13518106,"url":"https://github.com/rajasegar/awesome-ruby-ast","last_synced_at":"2025-10-14T03:31:47.507Z","repository":{"id":147751033,"uuid":"204304364","full_name":"rajasegar/awesome-ruby-ast","owner":"rajasegar","description":"A list of awesome tools and libraries which deals with ASTs in Ruby","archived":false,"fork":false,"pushed_at":"2020-06-29T10:34:52.000Z","size":10,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T09:02:59.777Z","etag":null,"topics":["abstract-syntax-tree","ast","awesome","awesome-list","awesome-lists","ruby"],"latest_commit_sha":null,"homepage":null,"language":null,"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/rajasegar.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}},"created_at":"2019-08-25T14:19:28.000Z","updated_at":"2025-02-26T06:33:53.000Z","dependencies_parsed_at":"2023-05-27T06:00:35.850Z","dependency_job_id":null,"html_url":"https://github.com/rajasegar/awesome-ruby-ast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajasegar/awesome-ruby-ast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fawesome-ruby-ast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fawesome-ruby-ast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fawesome-ruby-ast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fawesome-ruby-ast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajasegar","download_url":"https://codeload.github.com/rajasegar/awesome-ruby-ast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Fawesome-ruby-ast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017767,"owners_count":26086145,"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-10-14T02:00:06.444Z","response_time":60,"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":["abstract-syntax-tree","ast","awesome","awesome-list","awesome-lists","ruby"],"created_at":"2024-08-01T05:01:40.804Z","updated_at":"2025-10-14T03:31:47.213Z","avatar_url":"https://github.com/rajasegar.png","language":null,"funding_links":[],"categories":["Technical","Others","Other Lists"],"sub_categories":["awesome-*","TeX Lists"],"readme":"# awesome-ruby-ast [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nA list of awesome tools and libraries which deals with ASTs in Ruby\n\n## Gems\n\n- [ast](https://whitequark.github.io/ast/)\n- [fast](https://github.com/jonatas/fast)\n- [parser](https://github.com/whitequark/parser)\n- [unparser](https://github.com/mbj/unparser)\n\n## Tools\n\n- [Astrolabe](https://github.com/yujinakayama/astrolabe)\n- [Ripper](https://docs.ruby-lang.org/en/2.4.0/Ripper.html)\n- [Rubocop](https://github.com/rubocop-hq/rubocop/)\n- [ast_utils](https://github.com/soutaro/ast_utils)\n- [improve_your_code](https://github.com/IlyaUmanets/improve_your_code)\n- [reek](https://github.com/troessner/reek)\n- [ruby2ruby](http://www.zenspider.com/projects/ruby2ruby.html)\n- [vernacular-ast](https://github.com/kddeisz/vernacular-ast)\n- [ruby-ast-explorer](https://github.com/rajasegar/ruby-ast-explorer)\n- [codeshift](https://github.com/rajasegar/codeshift)\n- [cybertron](https://github.com/rajasegar/cybertron)\n\n## Converters\n- [Transpec](https://github.com/yujinakayama/transpec)\n- [rr-to-rspec-converter](https://github.com/kjvarga/rr-to-rspec-converter)\n- [arel_converter](https://www.rubydoc.info/gems/arel_converter/0.0.1)\n- [rails5-spec-converter](https://github.com/tjgrathwell/rails5-spec-converter)\n- [attr_accessible2strong_params](https://github.com/Eric-Guo/attr_accessible2strong_params)\n- [rails5_xhr_update](https://github.com/appfolio/rails5_xhr_update)\n\n## Blog Posts\n\n- [A Quick Intro into writing a Parser using Treetop](http://thingsaaronmade.com/blog/a-quick-intro-to-writing-a-parser-using-treetop.html)\n- [Let's Play with Ruby Code](https://whitequark.org/blog/2013/04/26/lets-play-with-ruby-code/)\n- [Parsing Ruby](https://whitequark.org/blog/2012/10/02/parsing-ruby/)\n- [Parsing with the Parslet Gem](https://www.sitepoint.com/parsing-parslet-gem/)\n- [Rewriting deprecated apis with parser gem](https://blog.arkency.com/rewriting-deprecated-apis-with-parser-gem/)\n- [Search in Ruby AST](http://ideia.me/search-in-ruby-ast)\n- [Static Analysis in Ruby](https://www.rubyguides.com/2015/08/static-analysis-in-ruby/)\n- [Using Ruby parser and AST tree to find deprecated syntax](https://blog.arkency.com/using-ruby-parser-and-ast-tree-to-find-deprecated-syntax/)\n\n## Gists\nhttps://gist.github.com/jonatas/e70c874cbbd0cac5a9abd9f4a78fa816\n\n\n## Videos\n- [RubyElixirConfTaiwan 2018: Boost Your Daily Development with Ruby's AST Toolchains by vzvu3k6k](https://www.youtube.com/watch?v=2-Dh7PchyS0)\n- [Ruby Meta Meta Programming (AST Parsing)](https://www.youtube.com/watch?v=QYSXevUo1jg)\n- [Rubocop: What I learned from my first open source contribution - Singapore Ruby Group](https://www.youtube.com/watch?v=C3oZYTSSrmY)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Fawesome-ruby-ast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajasegar%2Fawesome-ruby-ast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Fawesome-ruby-ast/lists"}