Module Lice

It provides the main functions to interact with the Lice interpreter. To interact with the language, can use the LState module to create a new state, set the logs level, execute code and more.

val version : string

version is the current version of the Lice libraries and interpreter

module LState : sig ... end
val bytecode_viewer : string -> string

bytecode_viewer code returns the bytecode of the code string in a pretty format