Module RomlCompiler

The module for compiling RoML parsetrees into Lua files.

Info:

  • License: MIT
  • Author: Richard Voelker

Functions

Compile (name, parsetree) Compile the parsetree into a Lua string.


Functions

Compile (name, parsetree)
Compile the parsetree into a Lua string.

Parameters:

  • name string The name of the Lua subclass.
  • parsetree table The parse tree.

Returns:

    string The compiled Lua code.
generated by LDoc 1.4.3 Last updated 2016-07-26 17:10:04