Module Language


module Language: sig  end
This module defines a extention language to html

val init : unit -> unit
Registrate the functions in the language
val compile : Html.t list -> string -> Html.t list
Compiles html; appends filename to log messages and compiles the expressions
val calc : Html.t list -> Html.t list
Interprets the code and calculates the expressions