package p5scm

  1. Overview
  2. Docs
Scheme via camlp5

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=252895e6e1d082eb6ad145fc83098d80
sha512=6412ca42b625e2310f7ab3c24e3e8f2930b4fd8a463b29aa78555812e8df7347937e1974264eb597187f65ed5105e0c5182c8ffffff89080664bef195ac35292

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.