package sexplib

  1. Overview
  2. Docs
type token =
  1. | STRING of string * (Lexing.position * string) option
  2. | COMMENT of string * Lexing.position option
  3. | LPAREN
  4. | RPAREN
  5. | EOF
  6. | HASH_SEMI
val sexp : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type_with_layout.t_or_comment
val sexp_opt : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type_with_layout.t_or_comment option
val sexps : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type_with_layout.t_or_comment list
val sexps_abs : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type_with_layout.Parsed.t_or_comment list
val rev_sexps : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Type_with_layout.t_or_comment list
OCaml

Innovation. Community. Security.