diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-04-26 22:34:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:12 +0700 |
commit | 885fe9ba9cf4ea1532f670ffcee5c23b7b52e6fc (patch) | |
tree | 18f78662c5ff7e2cfd40c1b2dddd2c5f390dc01c /ruby/rubygem-parser/slack-desc | |
parent | 97e36952e265b65f93dd663c99b319a610c2a7bf (diff) |
ruby/rubygem-parser: Added (a ruby parser written in pure ruby).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-parser/slack-desc')
-rw-r--r-- | ruby/rubygem-parser/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-parser/slack-desc b/ruby/rubygem-parser/slack-desc new file mode 100644 index 000000000000..611157da65dd --- /dev/null +++ b/ruby/rubygem-parser/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-parser: rubygem-parser (a ruby parser written in pure ruby) +rubygem-parser: +rubygem-parser: A production-ready Ruby parser written in pure Ruby. It recognizes +rubygem-parser: as much or more code than Ripper, Melbourne, JRubyParser or +rubygem-parser: ruby_parser, and is vastly more convenient to use. +rubygem-parser: +rubygem-parser: https://github.com/whitequark/parser +rubygem-parser: +rubygem-parser: +rubygem-parser: +rubygem-parser: |