whitequark/ast
A library for working with Abstract Syntax Trees.
{ "createdAt": "2013-04-01T21:15:41Z", "defaultBranch": "master", "description": "A library for working with Abstract Syntax Trees.", "fullName": "whitequark/ast", "homepage": null, "language": "Ruby", "name": "ast", "pushedAt": "2025-03-19T18:48:50Z", "stargazersCount": 201, "topics": [], "updatedAt": "2025-10-30T23:27:42Z", "url": "https://github.com/whitequark/ast"}AST is a small library for working with immutable abstract syntax trees.
Installation
Section titled “Installation”$ gem install astSee the documentation at GitHub or rdoc.info.
Contributing
Section titled “Contributing”- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request