package pfff

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.37.4.tar.gz
md5=818ceb6724ebcff9f179bcd6aa566bbb
sha512=e64da49c06fbc341ca01fbee4e541d9ab90aa374c1d08152207f9cc130afd779f3e538a7dcc183dd6e2919e235a324acd89583e47c4725c02a5de57e5abec326

doc/pfff-lang_ml/Lexer_ml/index.html

Module Lexer_ml

module Ast = Ast_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.