package p5scm

  1. Overview
  2. Docs
Scheme via camlp5

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=9c7351531eb896d4b8fb49f5f76ccc90
sha512=e515523be854b5fa41e66357ef20282458a90240f29eb0e6075f55bbd6d4dbb24d91cb09d3389f77ac00530408825d7aef46c1133e1a35fce69113464c050eed

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.