Пакет gem-ruby-ll: Информация

    Бинарный пакет: gem-ruby-ll
    Версия: 2.1.2-alt1.2
    Архитектура: x86_64
    Собран:  18 июня 2020 г. 9:25 в задании #247371
    Исходный пакет: gem-ruby-ll
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://gitlab.com/yorickpeterse/ruby-ll

    Лицензия: MIT
    О пакете: 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

    Список участников:
    Pavel Skrylev

    Последнее изменение


    31 марта 2020 г. Pavel Skrylev 2.1.2-alt1.2
    - ! spec tag
    11 сентября 2019 г. Pavel Skrylev 2.1.2-alt1.1
    - ! spec according to changelog rules
    2 августа 2019 г. Pavel Skrylev 2.1.2-alt1
    - + packaged as a gem with usage Ruby Policy 2.0