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