Interface Globals.Compiler

All Known Implementing Classes:
LuaC
Enclosing class:
Globals

public static interface Globals.Compiler
Interface for module that converts lua source text into a prototype.
  • Method Summary

    Modifier and Type
    Method
    Description
    compile(InputStream stream, String chunkname)
    Compile lua source into a Prototype.