* Methods are wrappers created with an owner and a function, which
passes the owner as the first argument when the function is called.
* Fix a small bug in the VM where the pc was being set at the wrong
time
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This removes the vtable and attrs members from appearing, which muddies
up what we really care about with ints
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
While I like the idea of having a runtime completely decoupled from the
syntax and compiler, I don't think this is that big of a project for
that to be necessary or even useful yet.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>