Пакет ocaml-menhir: Информация

    Бинарный пакет: ocaml-menhir
    Версия: 20181005-alt1
    Архитектура: i586
    Собран:  22 октября 2018 г. 21:02 в задании #214423
    Исходный пакет: ocaml-menhir
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: http://gallium.inria.fr/~fpottier/menhir/

    Лицензия: QPL
    О пакете: LR(1) parser generator for the OCaml programming language.
    Описание: 
    Menhir is a LR(1) parser generator for the OCaml programming language.
    That is, Menhir compiles LR(1) grammar specifications down to OCaml
    code. Menhir is 90 percent compatible with ocamlyacc. Legacy ocamlyacc
    grammar specifications are accepted and compiled by Menhir. The
    resulting parsers run and produce correct parse trees. However, parsers
    that explicitly invoke functions in module Parsing behave slightly
    incorrectly. For instance, the functions that provide access
    to positions return a dummy position when invoked by a Menhir parser.
    Porting a grammar specification from ocamlyacc to Menhir requires
    replacing all calls to module Parsing with new Menhir-specific keywords.

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin
    Andrey Bergman

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


    9 октября 2018 г. Anton Farygin 20181005-alt1
    - 20181005
    5 сентября 2018 г. Anton Farygin 20180530-alt2
    - rebuilt with ocaml-4.07
    31 мая 2018 г. Anton Farygin 20180530-alt1
    - 20180530 (closes: #34902)