套件: ruby-ast (2.4.1-1)
ruby-ast 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-ast:
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Miguel Landaeta
- Utkarsh Gupta
外部的資源:
- 主頁 [whitequark.github.io]
相似套件:
Ruby library for working with abstract syntax trees
ast 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 classes for additional recommendations and design patterns.