package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type program_with_comments = Cst_php.program * Parser_php.token list
val parse : ?pp:string option -> Common.filename -> program_with_comments * Parse_info.parsing_stat
val parse_program : ?pp:string option -> Common.filename -> Cst_php.program
val any_of_string : string -> Cst_php.any
val xdebug_expr_of_string : string -> Cst_php.expr
val expr_of_string : string -> Cst_php.expr
val program_of_string : string -> Cst_php.program
val tokens_of_string : string -> Parser_php.token list
val tmp_php_file_from_string : ?header:string -> string -> Common.filename
val tokens : ?init_state:Lexer_php.state_mode -> Common.filename -> Parser_php.token list