[ 原始碼: 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
- Interpreter of object-oriented scripting language Ruby (default version)
-
- 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