Package gem-ruby-ll: Information

    Source package: gem-ruby-ll
    Version: 2.1.2-alt1.2
    Build time:  Sep 30, 2022, 02:40 PM in the task #300222
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: An LL(1) parser generator for Ruby
    Description: 
    ruby-ll is a high performance LL(1) table based parser generator for Ruby.
    The parser driver is written in C/Java to ensure good runtime performance,
    the compiler is written entirely in Ruby.
    
    ruby-ll was written to serve as a fast and easy to use alternative to Racc
    for the various parsers used in Oga. However, ruby-ll isn't limited to just Oga,
    you can use it to write a parser for any language that can be represented using
    an LL(1) grammar.
    
    ruby-ll is self-hosting, this allows one to use ruby-ll to modify its own
    parser. Self-hosting was achieved by bootstrapping the parser using a Racc
    parser that outputs the same AST as the ruby-ll parser. The Racc parser remains
    in the repository for historical purposes and in case it's ever needed again,
    it can be found in bootstrap/parser.y.

    List of rpms provided by this srpm:
    gem-ruby-ll (x86_64, ppc64le, i586, armh, aarch64)
    gem-ruby-ll-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    gem-ruby-ll-devel (noarch)
    gem-ruby-ll-doc (noarch)
    ruby-ll (noarch)


    List of contributors:
    Pavel Skrylev

      1. gem(rake)
      2. gem(rake-compiler)
      3. gem(rspec) >= 3.0
      4. gem(simplecov)
      5. gem(yard)
      6. ragel
      7. rpm-build-ruby
      8. gem(ansi)
      9. gem(ast)
      10. gem(kramdown)
      11. gem(benchmark-ips) >= 2.0

    Last changed


    March 31, 2020 Pavel Skrylev 2.1.2-alt1.2
    - ! spec tag
    Sept. 11, 2019 Pavel Skrylev 2.1.2-alt1.1
    - ! spec according to changelog rules
    Aug. 2, 2019 Pavel Skrylev 2.1.2-alt1
    - + packaged as a gem with usage Ruby Policy 2.0