package archetype

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Archetype.LexerSource

Sourceexception LexError
Sourceval emit_error : Location.t -> string -> unit
Sourceval lex_error : Lexing.lexbuf -> string -> 'a
Sourceval keywords : (string, Parser.token) Hashtbl.t
Sourceval keywords_ : (string * Parser.token) list
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser.token
Sourceval comment : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> unit
Sourceval comment2 : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment2_rec : Lexing.lexbuf -> int -> unit
Sourceval comment_line : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_line_rec : Lexing.lexbuf -> int -> unit
Sourceval __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> Buffer.t
Sourceval string_ext : Buffer.t -> Lexing.lexbuf -> Buffer.t
Sourceval __ocaml_lex_string_ext_rec : Buffer.t -> Lexing.lexbuf -> int -> Buffer.t
OCaml

Innovation. Community. Security.