Module Odot_lexer (.ml)


module Odot_lexer: sig .. end

val print_DEBUG : 'a -> unit
val line : int Pervasives.ref
val buf : Buffer.t
val init_buf : unit -> unit
val keywords : (string * Odot_parser.token) list
val open_angles : int Pervasives.ref
val __ocaml_lex_tables : Lexing.lex_tables
val main : Lexing.lexbuf -> Odot_parser.token
val __ocaml_lex_main_rec : Lexing.lexbuf -> int -> Odot_parser.token
val double_quoted : Lexing.lexbuf -> Odot_parser.token
val __ocaml_lex_double_quoted_rec : Lexing.lexbuf -> int -> Odot_parser.token
val html_id : Lexing.lexbuf -> Odot_parser.token
val __ocaml_lex_html_id_rec : Lexing.lexbuf -> int -> Odot_parser.token
val comment : Lexing.lexbuf -> Odot_parser.token
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> Odot_parser.token