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

Group :: Desenvolvimento/ML
RPM: ocaml-parsexp

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.15.0-alt1
Data da compilação: 4 janeiro 2022, 13:00 ( 120.0 weeks ago )
Tamanho:: 50.61 Kb

Home page:   https://github.com/janestreet/parsexp

Licença: Apache-2.0
Sumário: S-expression parsing library for ocaml
Descrição:

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

Mantenedor currente: Anton Farygin

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • ocaml-parsexp
  • ocaml-parsexp-debuginfo
  • ocaml-parsexp-devel
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