[ 原始碼: ruby-ruby-parser ]
套件:ruby-ruby-parser(3.20.0-2)
ruby-ruby-parser 的相關連結
Debian 的資源:
下載原始碼套件 ruby-ruby-parser:
- [ruby-ruby-parser_3.20.0-2.dsc]
- [ruby-ruby-parser_3.20.0.orig.tar.gz]
- [ruby-ruby-parser_3.20.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Ruby parser written in pure Ruby
ruby_parser (RP) can be used to parse and check syntax of Ruby code. "Pure Ruby" in this context means the parser's code * consists solely of Ruby source files * does not add any native extensions or other C code (eg. with RubyInline)
which requires a C compiler to be present on the user's system
It utilizes racc and its output is same as that of ParseTree's.
其他與 ruby-ruby-parser 有關的套件
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-sexp-processor (>= 4.16)
- brings all the generic sexp processing tools to ruby