Module Mustache_lexerSource

Sourceexception Error of string
Sourceval tok_arg : Lexing.lexbuf -> (Lexing.lexbuf -> 'a) -> 'a
Sourceval lex_tag : Lexing.lexbuf -> (Lexing.lexbuf -> unit) -> (Lexing.lexbuf -> 'a) -> (Lexing.lexbuf -> unit) -> 'a
Sourceval split_ident : string -> string list
Sourceval check_mustaches : expected:string -> lexed:string -> unit
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval space : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_space_rec : Lexing.lexbuf -> int -> unit
Sourceval ident : Lexing.lexbuf -> string
Sourceval __ocaml_lex_ident_rec : Lexing.lexbuf -> int -> string
Sourceval partial_name : Lexing.lexbuf -> string
Sourceval __ocaml_lex_partial_name_rec : Lexing.lexbuf -> int -> string
Sourceval end_on : string -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_end_on_rec : string -> Lexing.lexbuf -> int -> unit
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