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/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.