Files
not-python/src
Alek Ratzloff 43c4a9c531 Remove vm::package module, add object attribute shortcut methods
* 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>
2020-09-28 16:48:30 -07:00
..
2020-09-26 18:31:23 -07:00
2020-09-14 16:32:58 -07:00