compileCode

Compiles the given code into a Chunk with the given name. May only be called once per instance.

Return

The compiled chunk.

Parameters

name

The name of the chunk.

code

The code to compile.