aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-syntax_tree/pkg-descr
blob: c3730568c0afafb109dfff85bd0f53b9922dc378 (plain) (blame)
1
2
3
4
5
6
7
8
Syntax Tree is a suite of tools built on top of the internal CRuby parser. It
provides the ability to generate a syntax tree from source, as well as the tools
necessary to inspect and manipulate that syntax tree. It can be used to build
formatters, linters, language servers, and more.

It is built with only standard library dependencies. It additionally ships with
a plugin system so that you can build your own syntax trees from other languages
and incorporate these tools.