Skip to content
vic

whitequark/ast

A library for working with Abstract Syntax Trees.

whitequark/ast.json
{
"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"
}

.github/workflows/test.yml Code Climate Coverage Status

AST is a small library for working with immutable abstract syntax trees.

$ gem install ast

See the documentation at GitHub or rdoc.info.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request