Give LFunctions a vm property

Localize instructions and reg from frame

Split LVM.run() into LVM.call()/LVM.run()

Implement OP_TEST and OP_JMP

Implement OP_LOADBOOL

Initialise all stack slots to nil when calling a chunk

Allow LValues with a value of 'false' to be create (it was converted to 'null')

Implement OP_SELF

Fix for error handling to handle string exceptions

OP_FORPREP, OP_FORLOOP: Support for numerical for loops

(0) -10 +10 +100 tip

mercurial