A library for working with Abstract Syntax Trees. https://github.com/whitequark/ast
Go to file
Muyiwa Olu d093b11ac6 Fix broken link
Updates the GitHub documentation link to be the correct one.
2021-11-17 11:25:10 +00:00
.github/workflows Run tests using github actions (#32) 2021-01-23 21:54:25 +03:00
lib Fixnum is now spelled Integer (#33) 2021-02-26 17:47:31 +03:00
test Enable matching with `Node#deconstruct` (#31) 2021-01-23 21:39:31 +03:00
.gitignore Initial commit. 2013-04-02 01:15:28 +04:00
.yardopts Fix YARD readme. 2013-04-02 01:45:24 +04:00
CHANGELOG.md Bump version and update changelog. 2013-06-17 05:19:57 +04:00
Gemfile Initial commit. 2013-04-02 01:15:28 +04:00
LICENSE.MIT Initial commit. 2013-04-02 01:15:28 +04:00
README.YARD.md Merge branch 'module-processor' of git://github.com/medcat/ast 2015-08-04 00:28:28 +03:00
README.md Fix broken link 2021-11-17 11:25:10 +00:00
Rakefile Fix rake test. 2013-04-07 12:12:03 +04:00
ast.gemspec Bump version. 2021-01-23 21:56:34 +03:00

README.md

AST

Build Status Code Climate Coverage Status

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

Installation

$ gem install ast

Usage

See the documentation at GitHub or rdoc.info.

Contributing

  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