package passage

  1. Overview
  2. Docs
type token =
  1. | TEXT of string
  2. | IDEN of string
  3. | EOF
exception Error
val template : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Template_ast.ast
OCaml

Innovation. Community. Security.