package lua-ml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module P = Luaparser
exception Scan of string
val error : string -> 'a
val nl : Lexing.lexbuf -> Luasrcmap.map -> unit
val get : Lexing.lexbuf -> string
val getchar : Lexing.lexbuf -> int -> char
val strlen : string -> int
val pos_start : Lexing.lexbuf -> int
val pos_end : Lexing.lexbuf -> int
val keywords : (string, P.token) Hashtbl.t
val keyword : string -> P.token
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val shortcomment : Lexing.lexbuf -> Luasrcmap.map -> P.token
val __ocaml_lex_shortcomment_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val longcomment : Lexing.lexbuf -> Luasrcmap.map -> P.token
val __ocaml_lex_longcomment_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val __ocaml_lex_skip_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val file_pragma : Lexing.lexbuf -> Luasrcmap.map -> P.token
val __ocaml_lex_file_pragma_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val line_pragma : Lexing.lexbuf -> Luasrcmap.map -> P.token
val __ocaml_lex_line_pragma_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val debug_pragma : Lexing.lexbuf -> Luasrcmap.map -> P.token
val __ocaml_lex_debug_pragma_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> P.token
val longstring : Lexing.lexbuf -> int -> Luasrcmap.map -> Buffer.t -> P.token
val __ocaml_lex_longstring_rec : Lexing.lexbuf -> int -> int -> Luasrcmap.map -> Buffer.t -> P.token
val shortstring : Lexing.lexbuf -> Luasrcmap.map -> string -> Buffer.t -> P.token
val __ocaml_lex_shortstring_rec : Lexing.lexbuf -> int -> Luasrcmap.map -> string -> Buffer.t -> P.token
val tok2str : P.token -> string
OCaml

Innovation. Community. Security.