Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37041712
en ru br
ALT Linux repositórios
S:2.1.2-alt1.3

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.1.2-alt1.3
Data da compilação: 6 fevereiro 2023, 08:13 ( 59.5 weeks ago )
Tamanho:: 52.56 Kb

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

Licença: MPL-2.0
Sumário: An LL(1) parser generator for Ruby
Descrição:

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.

Mantenedor currente: Ruby Maintainers Team

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • gem-ruby-ll
  • gem-ruby-ll-debuginfo
  • gem-ruby-ll-devel
  • gem-ruby-ll-doc
  • ruby-ll
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009