Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401849
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-ruby-ll

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.1.2-alt1.3
Время сборки: 6 февраля 2023, 08:13 ( 62.6 недели назад )
Размер архива: 52.56 Kb

Домашняя страница:   https://gitlab.com/yorickpeterse/ruby-ll

Лицензия: MPL-2.0
О пакете: An LL(1) parser generator for Ruby
Описание:

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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-ruby-ll
  • gem-ruby-ll-debuginfo
  • gem-ruby-ll-devel
  • gem-ruby-ll-doc
  • ruby-ll
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin