package archetype

  1. Overview
  2. Docs
exception LexError
val emit_error : Location.t -> string -> unit
val lex_error : Lexing.lexbuf -> string -> 'a
val keywords : (string, Parser.token) Hashtbl.t
val keywords_ : (string * Parser.token) list
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser.token
val comment : Lexing.lexbuf -> unit
val __ocaml_lex_comment_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