package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Flag = Flag_parsing
module Flag_cpp = Flag_parsing_cpp
module Ast = Cst_cpp
module PI = Parse_info
val tok : Lexing.lexbuf -> string
val tokinfo : Lexing.lexbuf -> Parse_info.t
val error : string -> Lexing.lexbuf -> unit
val tok_add_s : string -> Parse_info.t -> Parse_info.t
val keyword_table : (string, Parse_info.t -> Parser_cpp.token) Hashtbl.t
val error_radix : string -> string
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser_cpp.token
val char : Lexing.lexbuf -> string
val __ocaml_lex_char_rec : Lexing.lexbuf -> int -> string
val string : Lexing.lexbuf -> string
val __ocaml_lex_string_rec : Lexing.lexbuf -> int -> string
val comment : Lexing.lexbuf -> string
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> string
val cpp_eat_until_nl : Lexing.lexbuf -> string
val __ocaml_lex_cpp_eat_until_nl_rec : Lexing.lexbuf -> int -> string