package p5scm

  1. Overview
  2. Docs
Scheme via camlp5

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=eb4ee666fd862f7c8057cca4a73daf44
sha512=d28ee892b8fc3241c42f531f9d372b1b007abbef128c3f3862fa5ad943a3eae1d655b34daac19940e1f9fad1ecfca1419a89c7507b6cbd40d9c0490c6aa6761e

doc/p5scm.lib/P5scm/Exparser/index.html

Module P5scm.ExparserSource

Sourcetype spat_comp =
  1. | SpTrm of MLast.loc * MLast.patt * MLast.expr option MLast.v
  2. | SpNtr of MLast.loc * MLast.patt * MLast.expr
  3. | SpLet of MLast.loc * MLast.patt * MLast.expr
  4. | SpLhd of MLast.loc * MLast.patt list list
  5. | SpStr of MLast.loc * MLast.patt
Sourcetype sexp_comp =
  1. | SeTrm of MLast.loc * MLast.expr
  2. | SeNtr of MLast.loc * MLast.expr
Sourcetype spat_comp_opt =
  1. | SpoNoth
  2. | SpoBang
  3. | SpoQues of MLast.expr
Sourcetype spat_parser_ast = MLast.patt option * ((spat_comp * spat_comp_opt) list * MLast.patt option * MLast.expr) list
Sourceval optim : bool ref
Sourceval strm_n : string
Sourceval cparser : MLast.loc -> spat_parser_ast -> MLast.expr
Sourceval cparser_match : MLast.loc -> MLast.expr -> spat_parser_ast -> MLast.expr
Sourceval cstream : MLast.loc -> sexp_comp list -> MLast.expr
OCaml

Innovation. Community. Security.