Module Prom_lexer


module Prom_lexer: sig .. end
To facilitate string parcing

exception StmtLexicalError
val string_literal_str : string Pervasives.ref
To facilitate string parcing
val __ocaml_lex_tables : Lexing.lex_tables
val get_token : Lexing.lexbuf -> Prom_parser.token
val __ocaml_lex_get_token_rec : Lexing.lexbuf -> int -> Prom_parser.token
val comment : Lexing.lexbuf -> Prom_parser.token
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> Prom_parser.token
val string : Lexing.lexbuf -> Prom_parser.token
val __ocaml_lex_string_rec : Lexing.lexbuf -> int -> Prom_parser.token