package forester

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

Module Forester_parser.LexerSource

Sourcetype mode =
  1. | Main
  2. | Ident_init
  3. | Ident_fragments
  4. | Verbatim of string * Buffer.t
Sourceval mode_stack : mode Stack.t
Sourceval push_mode : mode -> unit
Sourceval drop_mode : unit -> unit
Sourceval set_mode : mode -> unit
Sourceval push_verbatim_mode : string -> unit
Sourceexception SyntaxError of string
Sourceval raise_err : Lexing.lexbuf -> 'a
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Grammar.token list
Sourceval ident_init : Lexing.lexbuf -> Grammar.token list
Sourceval __ocaml_lex_ident_init_rec : Lexing.lexbuf -> int -> Grammar.token list
Sourceval ident_fragments : Lexing.lexbuf -> Grammar.token list
Sourceval __ocaml_lex_ident_fragments_rec : Lexing.lexbuf -> int -> Grammar.token list
Sourceval comment : Lexing.lexbuf -> Grammar.token list
Sourceval __ocaml_lex_comment_rec : Lexing.lexbuf -> int -> Grammar.token list
Sourceval verbatim : string -> Buffer.t -> Lexing.lexbuf -> Grammar.token list
Sourceval __ocaml_lex_verbatim_rec : string -> Buffer.t -> Lexing.lexbuf -> int -> Grammar.token list
OCaml

Innovation. Community. Security.