Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37407100
en ru br
ALT Linux repos
S:2.1.2-alt1.3

Group :: Development/Ruby
RPM: gem-ruby-ll

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.1.2-alt1.3
Build date: 6 february 2023, 08:13 ( 62.6 weeks ago )
Size: 52.56 Kb

Home page:   https://gitlab.com/yorickpeterse/ruby-ll

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.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-ruby-ll
  • gem-ruby-ll-debuginfo
  • gem-ruby-ll-devel
  • gem-ruby-ll-doc
  • ruby-ll
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin