package mustache

  1. Overview
  2. Docs

Module Mustache_lexerSource

Sourceval tok_arg : (Lexing.lexbuf -> 'a) -> Lexing.lexbuf -> 'a
Sourceval with_space : (Lexing.lexbuf -> unit) -> (Lexing.lexbuf -> 'a) -> Lexing.lexbuf -> 'a
Sourceval split_on_char : char -> string -> string list
Sourceval split_ident : string -> string list
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval space : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_space_rec : Lexing.lexbuf -> int -> unit
Sourceval id : Lexing.lexbuf -> string
Sourceval __ocaml_lex_id_rec : Lexing.lexbuf -> int -> string
Sourceval ident : Lexing.lexbuf -> string
Sourceval __ocaml_lex_ident_rec : Lexing.lexbuf -> int -> string
Sourceval comment : string list -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_comment_rec : string list -> Lexing.lexbuf -> int -> string
Sourceval __ocaml_lex_mustache_rec : Lexing.lexbuf -> int -> Mustache_parser.token
OCaml

Innovation. Community. Security.