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

Группа :: Разработка/ML
Пакет: ocaml-parsexp

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

Текущая версия: 0.15.0-alt1
Время сборки: 4 января 2022, 13:00 ( 116.3 недели назад )
Размер архива: 50.61 Kb

Домашняя страница:   https://github.com/janestreet/parsexp

Лицензия: Apache-2.0
О пакете: S-expression parsing library for ocaml
Описание:

This library provides generic parsers for parsing S-expressions from strings or
other medium.

The library is focused on performances but still provide full generic parsers
that can be used with strings, bigstrings, lexing buffers, character streams or
any other sources effortlessly.

It provides three different class of parsers:

   the normal parsers, producing [Sexp.t] or [Sexp.t list] values

   the parsers with positions, building compact position sequences so that one
   can recover original positions in order to report properly located errors at
   little cost

   the Concrete Syntax Tree parsers, produce values of type [Parsexp.Cst.t]
   which record the concrete layout of the s-expression syntax, including
   comments

Текущий майнтейнер: Anton Farygin

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

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

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