Key | Value |
---|---|
FileName | ./usr/share/doc/packages/ruby3.1-rubygem-ruby_parser-3_4/README.txt |
FileSize | 65 |
MD5 | 4AD86AEC6376D5F30C869207BE9939FE |
SHA-1 | 4721557773DFA9B2705729D9F8162A9C0B9D88FA |
SHA-256 | 6CF6C012D0A283626407F5C80FB9CFAAFB02B713E92B8DABB480EC5D32EEE1E3 |
SSDEEP | 3:gCjCCA4WKAEHPRz:/BWR+ |
TLSH | T116A0023063F528655854E05CFD5D9C4557890C1ABF49BF48156C88B7199D12528CA0A5 |
hashlookup:parent-total | 1 |
hashlookup:trust | 55 |
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 58D5C3281217CE0F69D153D5CF1CA6A8 |
PackageArch | i586 |
PackageDescription | ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. 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. |
PackageName | ruby3.1-rubygem-ruby_parser-3_4 |
PackageRelease | 2.86 |
PackageVersion | 3.4.1 |
SHA-1 | 6948D5266CBC5EE7AC0E1CD0C4B84F2F03C301B7 |
SHA-256 | 9135BC916FF8096E9BE9B19C2445FFF8C4063B10651C9800B24695E86571429C |