package pfff

  1. Overview
  2. Docs
Tools and APIs for program analysis, code visualization, refactoring

Install

Dune Dependency

Authors

Maintainers

Sources

0.39.1.tar.gz
md5=19e3eb1003161d8e7ed65c96c4f69d52
sha512=37834e1726a004272fbc153fc4cd0a6afdf02b7918acf27492acd60890c32591eb8f5b22fcfd99dd707d8507b8208bdb24c99de9fd940cc2ad0171f1d103743f

doc/pfff-lang_ml/Lexer_ml/index.html

Module Lexer_ml

module Ast = Cst_ml
module Flag = Flag_parsing
exception Lexical of string
val tok : Lexing.lexbuf -> string
val error : string -> unit
val keyword_table : (string, Parse_info.info -> Parser_ml.token) Hashtbl.t
val __ocaml_lex_tables : Lexing.lex_tables
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser_ml.token
val string : Buffer.t -> Lexing.lexbuf -> unit
val __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> unit
val quoted_string : Buffer.t -> Lexing.lexbuf -> unit
val __ocaml_lex_quoted_string_rec : Buffer.t -> Lexing.lexbuf -> int -> unit
val comment : Lexing.lexbuf -> string
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> string
OCaml

Innovation. Community. Security.