package lua-ml

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.9.3.tar.gz
md5=a97a8d80c534880cb56c1cb2be34159a
sha512=74d6881dc6b3a16738fa1a66db903bb2968bb913afc422ed230f279f7f05377b91a1c9cea5364021da5f6ee1f605c2fb25932503b978e9080dd6b9e7e8d36de8

doc/lua-ml/Luaast/module-type-S/Value/Table/index.html

Module Value.TableSource

Sourceval create : int -> table
Sourceval find : table -> key:value -> value
Sourceval bind : table -> key:value -> data:value -> unit
Sourceval of_list : (string * value) list -> table
Sourceval first : value Luahash.t -> value * value