Package gem-ruby-ll: Information

  • Default inline alert: Version in the repository: 2.1.2-alt1.3

Source package: gem-ruby-ll
Version: 2.1.2-alt1.2
Latest version according to Repology
Build time:  Sep 18, 2022, 05:21 AM in the task #296703
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

ACL:
Pavel Skrylev
@ruby
@everybody

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

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