Lexer_nwmodule Flag = Flag_parsingtype token = | TComment of Parse_info.info| TCommentSpace of Parse_info.info| TCommentNewline of Parse_info.info| TWord of string * Parse_info.info| TNumber of string * Parse_info.info| TUnit of string * Parse_info.info| TSymbol of string * Parse_info.info| TCommand of string * Parse_info.info| TOBrace of Parse_info.info| TCBrace of Parse_info.info| TOBracket of Parse_info.info| TCBracket of Parse_info.info| TFootnote of char * Parse_info.info| TBeginVerbatim of Parse_info.info| TEndVerbatim of Parse_info.info| TVerbatimLine of string * Parse_info.info| TBeginNowebChunk of Parse_info.info| TEndNowebChunk of Parse_info.info| TNowebChunkStr of string * Parse_info.info| TNowebChunkName of string * Parse_info.info| TNowebCode of string * Parse_info.info| TNowebCodeLink of string * Parse_info.info| TUnknown of Parse_info.info| EOF of Parse_info.infoval yyback : int -> Lexing.lexbuf -> unitval tok : Lexing.lexbuf -> stringval tokinfo : Lexing.lexbuf -> Parse_info.infoval default_state : state_modeval _mode_stack : state_mode list refval current_mode : unit -> state_modeval push_mode : state_mode -> unitval tex : Lexing.lexbuf -> tokenval __ocaml_lex_tex_rec : Lexing.lexbuf -> int -> tokenval noweb : Lexing.lexbuf -> tokenval __ocaml_lex_noweb_rec : Lexing.lexbuf -> int -> tokenval verbatim : 'a -> Lexing.lexbuf -> tokenval __ocaml_lex_verbatim_rec : 'a -> Lexing.lexbuf -> int -> token