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