rubygem-ast
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.
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / rubygem-ast
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ruby:extensions/rubygem-ast && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ast-2.0.0.gem | 0000014336 14 KB | |
gem2rpm.yml | 0000001632 1.59 KB | |
rubygem-ast.changes | 0000000434 434 Bytes | |
rubygem-ast.spec | 0000001700 1.66 KB |
Comments 0