Implement OP_LE (no metamethod yet)

Fix OP_LT to respect A, and move OP_EQ to live next to it in the switch() for readability

Fix OP_LT to use RK()

Add assert() to baselib, real tests possible at last

Add LValue.truth() to return whether a value is (not(false) and not(nil))

Fix OP_SETTABLE to use RK() helper

Add 2 new pass tests, add.lua and bool.lua

Fix type() in baselib to return an LValue

Fix for passing arguments to the entry call frame

Implement OP_EQ

(0) -10 +10 tip

mercurial