[ ソース: ruby-ruby-parser ]
パッケージ: ruby-ruby-parser (3.15.1-1)
ruby-ruby-parser に関するリンク
Debian の資源:
ruby-ruby-parser ソースパッケージをダウンロード:
- [ruby-ruby-parser_3.15.1-1.dsc]
- [ruby-ruby-parser_3.15.1.orig.tar.gz]
- [ruby-ruby-parser_3.15.1-1.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
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-sexp-processor (>= 4.15~)
- brings all the generic sexp processing tools to ruby