* vm::package is no longer needed since the compiler now creates UserFunRef objects * Reserved object attributes can be accessed using get_* methods, e.g. get_plus for ease of use. * Add some implementations for operator instructions in the VM Signed-off-by: Alek Ratzloff <alekratz@gmail.com>