pfff-lang_nw
Lexer_nw
commons
commons_core
commons_ocollection
pfff-commons-graph
pfff-config
pfff-graph_code
pfff-h_files-format
pfff-h_program-lang
pfff-h_visualization
pfff-lang_FUZZY
pfff-lang_GENERIC
pfff-lang_GENERIC-analyze
pfff-lang_c
pfff-lang_c-analyze
pfff-lang_cpp
pfff-lang_cpp-analyze
pfff-lang_java
pfff-lang_java-analyze
pfff-lang_js
pfff-lang_js-analyze
pfff-lang_lisp
pfff-lang_ml
pfff-lang_ml-analyze
pfff-lang_nw-analyze
pfff-lang_php
pfff-lang_python
pfff-lang_python-analyze
pfff-lang_skip
module Flag = Flag_parsing
type token =
| TComment of Parse_info.t
| TCommentSpace of Parse_info.t
| TCommentNewline of Parse_info.t
| TWord of string * Parse_info.t
| TNumber of string * Parse_info.t
| TUnit of string * Parse_info.t
| TSymbol of string * Parse_info.t
| TCommand of string * Parse_info.t
| TOBrace of Parse_info.t
| TCBrace of Parse_info.t
| TOBracket of Parse_info.t
| TCBracket of Parse_info.t
| TFootnote of char * Parse_info.t
| TBeginVerbatim of Parse_info.t
| TEndVerbatim of Parse_info.t
| TVerbatimLine of string * Parse_info.t
| TBeginNowebChunk of Parse_info.t
| TEndNowebChunk of Parse_info.t
| TNowebChunkStr of string * Parse_info.t
| TNowebChunkName of string * Parse_info.t
| TNowebCode of string * Parse_info.t
| TNowebCodeLink of string * Parse_info.t
| TUnknown of Parse_info.t
| EOF of Parse_info.t
val tok : Lexing.lexbuf -> string
val tokinfo : Lexing.lexbuf -> Parse_info.t
val error : string -> Lexing.lexbuf -> unit
type state_mode =
| INITIAL
| IN_VERBATIM of string
| IN_NOWEB_CHUNK
val default_state : state_mode
val _mode_stack : state_mode list ref
val reset : unit -> unit
val current_mode : unit -> state_mode
val push_mode : state_mode -> unit
val pop_mode : unit -> unit
val __ocaml_lex_tables : Lexing.lex_tables
val tex : Lexing.lexbuf -> token
val __ocaml_lex_tex_rec : Lexing.lexbuf -> int -> token
val noweb : Lexing.lexbuf -> token
val __ocaml_lex_noweb_rec : Lexing.lexbuf -> int -> token
val verbatim : 'a -> Lexing.lexbuf -> token
val __ocaml_lex_verbatim_rec : 'a -> Lexing.lexbuf -> int -> token