Package gem-ruby-ll: Information

    Source package: gem-ruby-ll
    Version: 2.1.2-alt1.3
    Latest version according to Repology
    Build time:  Feb 24, 2023, 09:10 AM in the task #313736
    Category: Development/Ruby
    Report package bug
    License: MPL-2.0
    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

    ACL:
    Pavel Skrylev
    @ruby
    @everybody

      1. gem(rake-compiler) >= 0
      2. ragel6
      3. rpm-build-ruby

    Last changed


    Jan. 27, 2023 Pavel Skrylev 2.1.2-alt1.3
    - ! closes build reqs under check condition
    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