package lua-ml

  1. Overview
  2. Docs
An embeddable Lua 2.5 interpreter implemented in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.4.tar.gz
md5=ccc750966b4fbc925a9bfb802fd848a4
sha512=3127b73bff078a40825fc5216559e3fe37fb1c4faf0121adc3a06acac6fb77dec82ba150d1f78ac1953266720ea3bedd4f7e2b21ddce1e0250417b36e1327eee

doc/lua-ml/Lua/index.html

Module LuaSource

Sourcemodule type VALUE = sig ... end
Sourcemodule type USERDATA = sig ... end
Sourcemodule type AST = Luaast.S
Sourcemodule Parser : sig ... end
Sourcemodule Lib : sig ... end
Sourcemodule type EVALUATOR = sig ... end
Sourcemodule MakeEval (T : Lib.USERTYPE) (L : Lib.USERCODE with type 'a userdata' = 'a T.t) : EVALUATOR with type 'a Value.userdata' = 'a T.t
Sourcemodule Empty : sig ... end
Sourcemodule type INTERP = sig ... end
Sourcemodule Run (I : INTERP) : sig ... end
OCaml

Innovation. Community. Security.