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/Ast/index.html

Module P5scm.AstSource

Sourcetype sexpr =
  1. | Atom of atom
  2. | Alist of sexpr list
  3. | Slist of sexpr list
  4. | Stlist of sexpr list
  5. | Vlist of sexpr list
  6. | Plist of sexpr list
  7. | Lpatt of sexpr * sexpr
  8. | Toplv of string * string
Sourceand atom = typ * string
Sourceand typ =
  1. | Bool
  2. | Ident
  3. | Tident
  4. | Keyword
  5. | Int
  6. | Float
  7. | Op
  8. | Char
  9. | String
Sourceval sexpr_of_sexp : Sexplib0.Sexp.t -> sexpr
Sourceval atom_of_sexp : Sexplib0.Sexp.t -> atom
Sourceval typ_of_sexp : Sexplib0.Sexp.t -> typ
Sourceval sexp_of_sexpr : sexpr -> Sexplib0.Sexp.t
Sourceval sexp_of_atom : atom -> Sexplib0.Sexp.t
Sourceval sexp_of_typ : typ -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.