package archetype

  1. Overview
  2. Docs
exception LexError
val emit_error : Location.t -> string -> unit
val lex_error : Lexing.lexbuf -> string -> 'a
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Michelson_parser.token
val comment : Lexing.lexbuf -> unit
val __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> unit
val comment2 : Lexing.lexbuf -> unit
val __ocaml_lex_comment2_rec : Lexing.lexbuf -> int -> unit
val comment_line : Lexing.lexbuf -> unit
val __ocaml_lex_comment_line_rec : Lexing.lexbuf -> int -> unit
val string : Buffer.t -> Lexing.lexbuf -> Buffer.t
val __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> Buffer.t