[ 源代码: ruby-unparser ]
软件包:ruby-unparser(0.6.13-1)
ruby-unparser 的相关链接
Debian 的资源:
下载源码包 ruby-unparser:
- [ruby-unparser_0.6.13-1.dsc]
- [ruby-unparser_0.6.13.orig.tar.gz]
- [ruby-unparser_0.6.13-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Generate equivalent source for parser gem AST nodes
Unparser allows you to generate equivalent source for parser gem AST nodes.
The following constraints apply:
* No support for macruby extensions * Only support for the modern AST format * Only support for Ruby >= 2.5
It serves well for mutant mutators and the in-memory vendoring for self hosting, and other tooling.
其他与 ruby-unparser 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
-
- dep: ruby-diff-lcs (>= 1.3)
- McIlroy-Hunt longest common subsequence algorithm implementation
-
- dep: ruby-whitequark-parser (>= 3.3.0)
- Ruby parser written in pure Ruby