An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

ruby_parser

ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma * 2.6 parser is at 99.9972% accuracy, 4.191 sigma * 3.0 parser has a 100% parse rate. * Tested against 2,672,412 unique ruby files across 167k gems. * As do all the others now, basically.

Ecosystem
gem.coop
Latest Release
3.22.0
2 months ago
Versions
80
Downloads
134,324,527 total
3.22.0
Published: 2 months ago
Registry - Documentation - Download sha256-1eb4937cd9eb2...
3.21.1
Published: over 1 year ago
Registry - Documentation - Download sha256-9d931abe5aec2...
3.21.0
Published: about 2 years ago
Registry - Documentation - Download sha256-3842893d2f460...
3.20.3
Published: over 2 years ago
Registry - Documentation - Download sha256-8d2289a695dc8...
3.20.2
Published: over 2 years ago
Registry - Documentation - Download sha256-7f34f366244a0...
3.20.1
Published: almost 3 years ago
Registry - Documentation - Download sha256-78b0f6f47a791...
3.20.0
Published: almost 3 years ago
Registry - Documentation - Download sha256-17d0c8bbef7fc...
3.19.2
Published: about 3 years ago
Registry - Documentation - Download sha256-aaadcedd9263e...
3.19.1
Published: almost 4 years ago
Registry - Documentation - Download sha256-7528cb9dc9b52...
3.19.0
Published: almost 4 years ago
Registry - Documentation - Download sha256-be3889407b27c...
3.18.1
Published: over 4 years ago
Registry - Documentation - Download sha256-1182b9a86e596...
3.18.0
Published: over 4 years ago
Registry - Documentation - Download sha256-c554fda66df94...
3.17.0
Published: over 4 years ago
Registry - Documentation - Download sha256-e4b67fe08fdac...
3.16.0
Published: almost 5 years ago
Registry - Documentation - Download sha256-7e94c195dbfb3...
3.15.1
Published: about 5 years ago
Registry - Documentation - Download sha256-08483a56975d3...
3.15.0
Published: over 5 years ago
Registry - Documentation - Download sha256-53784028e4640...
3.14.2
Published: about 6 years ago
Registry - Documentation - Download sha256-cc28083336412...
3.14.1
Published: over 6 years ago
Registry - Documentation - Download sha256-ffb4dcf7707c7...
3.14.0
Published: over 6 years ago
Registry - Documentation - Download sha256-0b6f6534e4ffe...
3.13.1
Published: almost 7 years ago
Registry - Documentation - Download sha256-273f1d203a768...
3.13.0
Published: almost 7 years ago
Registry - Documentation - Download sha256-9731d322ed825...
3.12.0
Published: about 7 years ago
Registry - Documentation - Download sha256-bd7c7dc8de3b2...
3.11.0
Published: about 8 years ago
Registry - Documentation - Download sha256-419239c3b8d6c...
3.10.1
Published: over 8 years ago
Registry - Documentation - Download sha256-454806d4e1b2c...
3.10.0
Published: over 8 years ago
Registry - Documentation - Download sha256-15b284c9bdf31...
3.9.0
Published: almost 9 years ago
Registry - Documentation - Download sha256-76e4888893b75...
3.8.4
Published: about 9 years ago
Registry - Documentation - Download sha256-fe65c8fb42869...
3.8.3
Published: over 9 years ago
Registry - Documentation - Download sha256-482d5eb7ae48d...
3.8.2
Published: almost 10 years ago
Registry - Documentation - Download sha256-0c600cdf79a9d...
3.8.1
Published: about 10 years ago
Registry - Documentation - Download sha256-bccf48faf69b9...
3.8.0
Published: about 10 years ago
Registry - Documentation - Download sha256-f2d68be328136...
3.7.3
Published: about 10 years ago
Registry - Documentation - Download sha256-fdcbe21874bfe...
3.7.2
Published: over 10 years ago
Registry - Documentation - Download sha256-7f639194041e5...
3.7.1
Published: over 10 years ago
Registry - Documentation - Download sha256-7cba241552f03...
3.7.0
Published: almost 11 years ago
Registry - Documentation - Download sha256-95d2036b753f3...
3.6.6
Published: almost 11 years ago
Registry - Documentation - Download sha256-d3a3ff8e472f8...
3.6.5
Published: almost 11 years ago
Registry - Documentation - Download sha256-9254b52b8ef3a...
3.6.4
Published: about 11 years ago
Registry - Documentation - Download sha256-f4ded7729953a...
3.6.3
Published: over 11 years ago
Registry - Documentation - Download sha256-926434eea57cf...
3.6.2
Published: over 11 years ago
Registry - Documentation - Download sha256-d113015e56063...
3.6.1
Published: almost 12 years ago
Registry - Documentation - Download sha256-3026f95839cbd...
3.6.0
Published: almost 12 years ago
Registry - Documentation - Download sha256-23b1829af7708...
3.5.0
Published: almost 12 years ago
Registry - Documentation - Download sha256-7e703bd90e8fc...
3.4.1
Published: about 12 years ago
Registry - Documentation - Download sha256-b84fba8fea75d...
3.4.0
Published: about 12 years ago
Registry - Documentation - Download sha256-7dd9189122d3b...
3.3.0
Published: about 12 years ago
Registry - Documentation - Download sha256-1a4d3a0eb26d3...
3.2.2
Published: over 12 years ago
Registry - Documentation - Download sha256-117d814b40687...
3.2.1
Published: over 12 years ago
Registry - Documentation - Download sha256-709387ea73ceb...
3.2.0
Published: over 12 years ago
Registry - Documentation - Download sha256-dd8aca14078ad...
3.1.3
Published: almost 13 years ago
Registry - Documentation - Download sha256-602b23bfde88e...
3.1.2
Published: almost 13 years ago
Registry - Documentation - Download sha256-5fc5ad8c8df87...
3.1.1
Published: about 13 years ago
Registry - Documentation - Download sha256-dd036aa67f973...
3.1.0
Published: about 13 years ago
Registry - Documentation - Download sha256-2feb82a8e69c5...
3.0.4
Published: over 13 years ago
Registry - Documentation - Download sha256-f5ba8c07f8495...
3.0.3
Published: over 13 years ago
Registry - Documentation - Download sha256-2deb7cb7aabfb...
3.0.2
Published: over 13 years ago
Registry - Documentation - Download sha256-898475c12d457...
3.0.1
Published: over 13 years ago
Registry - Documentation - Download sha256-a344b9834b612...
3.0.0
Published: over 13 years ago
Registry - Documentation - Download sha256-552e94fa448b9...
3.0.0.a10
Published: over 13 years ago
Registry - Documentation - Download sha256-13c5a67fd439f...
3.0.0.a9
Published: over 13 years ago
Registry - Documentation - Download sha256-e40f8b28895eb...
3.0.0.a8
Published: over 13 years ago
Registry - Documentation - Download sha256-1debc498ff2f7...
3.0.0.a7
Published: over 13 years ago
Registry - Documentation - Download sha256-d1c1a1463a2f4...
3.0.0.a6
Published: over 13 years ago
Registry - Documentation - Download sha256-9ede56ab89741...
3.0.0.a5
Published: over 13 years ago
Registry - Documentation - Download sha256-94419fb62fdc3...
3.0.0.a4
Published: over 13 years ago
Registry - Documentation - Download sha256-ba7e79fbfae59...
3.0.0.a3
Published: over 13 years ago
Registry - Documentation - Download sha256-059d7055e4793...
3.0.0.a2
Published: over 13 years ago
Registry - Documentation - Download sha256-5108f52187925...
3.0.0.a1
Published: almost 14 years ago
Registry - Documentation - Download sha256-ed78b7fd5f1a2...
2.3.1
Published: over 14 years ago
Registry - Documentation - Download sha256-d9a4daeb41da8...
2.3.0
Published: over 14 years ago
Registry - Documentation - Download sha256-03d00e10a8c0c...
2.2.0
Published: over 14 years ago
Registry - Documentation - Download sha256-cf1e4ab410122...
2.1.0
Published: over 14 years ago
Registry - Documentation - Download sha256-39346cba4bc7d...
2.0.6
Published: about 15 years ago
Registry - Documentation - Download sha256-9d8b193efff04...
2.0.5
Published: over 15 years ago
Registry - Documentation - Download sha256-aa7cac9cbce1f...
2.0.4
Published: over 16 years ago
Registry - Documentation - Download sha256-61c9dde61254a...
2.0.3
Published: over 16 years ago
Registry - Documentation - Download sha256-911cff4c99d6f...
1.0.0
Published: over 16 years ago
Registry - Documentation - Download sha256-2b9a143881836...
2.0.0
Published: over 16 years ago
Registry - Documentation - Download sha256-64958f659d2fb...
2.0.1
Published: over 16 years ago
Registry - Documentation - Download sha256-dc6ff66e4c233...
2.0.2
Published: over 16 years ago
Registry - Documentation - Download sha256-86fe4369d48f6...
Links
Registry gem.coop
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:gem/ruby_parser?repository_url=https://gem.coop
spec
License MIT
First Release over 16 years ago
Last Synced 1 day ago
Repository
Stars 482 on GitHub
Forks 99 on GitHub
Docker Dependents 364
Docker Downloads 450,495,044
Commits 857
Committers 2
Avg per Author 428.5
DDS 0.002
Rankings on gem.coop
Overall Top 0.1%
Downloads Top 0.2%
Docker downloads Top 0.2%