Sha256: d2853828b059e9144780fbb989259eb62e2818272d65fa0fb7c620ecd422ed4e

Contents?: true

Size: 482 Bytes

Versions: 6910

Compression:

Stored size: 482 Bytes

Contents

{AST} is a library for manipulating abstract syntax trees.

It embraces immutability; each AST node is inherently frozen at
creation, and updating a child node requires recreating that node
and its every parent, recursively.

This is a design choice. It does create some pressure on
garbage collector, but completely eliminates all concurrency
and aliasing problems.

See also {AST::Node}, {AST::Processor::Mixin} and {AST::Sexp} for
additional recommendations and design patterns.

Version data entries

6,910 entries across 6,901 versions & 53 rubygems

Version Path
dirwatch-0.0.6 vendor/bundle/ruby/2.3.0/gems/ast-2.3.0/README.YARD.md
dirwatch-0.0.5 vendor/bundle/ruby/2.3.0/gems/ast-2.3.0/README.YARD.md
dirwatch-0.0.4 vendor/bundle/ruby/2.3.0/gems/ast-2.3.0/README.YARD.md
dirwatch-0.0.3 vendor/bundle/ruby/2.3.0/gems/ast-2.3.0/README.YARD.md
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/gems/ast-2.3.0/README.YARD.md
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/ast-2.3.0/README.YARD.md
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/ast-2.3.0/README.YARD.md
ast-2.3.0 README.YARD.md
ast-2.2.0 README.YARD.md
ast-2.1.0 README.YARD.md