package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Flag = Flag_parsing
val tok : Lexing.lexbuf -> string
val tokinfo : Lexing.lexbuf -> Parse_info.t
val error : string -> Lexing.lexbuf -> unit
val keyword_table : (string, Parse_info.t -> Parser_hs.token) Hashtbl.t
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser_hs.token
val string : Buffer.t -> Lexing.lexbuf -> unit
val __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> unit
val comment : Lexing.lexbuf -> string
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> string