package lua-ml

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

Module type Luainterp.SSource

Sourcemodule Ast : Luaast.S with module Value = Value
Sourcetype state = Value.state
Sourcetype value = Value.value
Sourceexception Error of string
Sourcetype compiled = unit -> value list
Sourceval compile : srcdbg:(Luasrcmap.map * bool) -> Ast.chunk list -> state -> compiled
Sourcetype startup_code = (string -> unit) -> unit
Sourceval pre_mk : unit -> state * startup_code
Sourceval error : string -> 'a
Sourceval getglobal : state -> value -> value
Sourceval fallback : string -> state -> value list -> value list
Sourceval with_stack : Value.srcloc -> state -> ('a -> 'b) -> 'a -> 'b
Sourceval setfallback : state -> string -> value -> value
Sourceval register_globals : (string * value) list -> state -> unit
Sourceval register_module : string -> (string * value) list -> state -> unit
OCaml

Innovation. Community. Security.