Module Lexer

module Lexer: sig .. end

exception Lexical_error of string
val id_or_keyword : string -> Parser.token
val newline : Stdlib.Lexing.lexbuf -> unit
val char_error : string -> 'a
val decode_char : string -> int
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val token : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_token_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val comment : Stdlib.Lexing.lexbuf -> unit
val __ocaml_lex_comment_rec : Stdlib.Lexing.lexbuf -> int -> unit