marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Operand types #108

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Add code so that instructions' operands will have types stored before actual operand value.

This will allow for more dynamic execution, e.g. a call instruction will call a function either defined by an atom or by a Function object stored in a register.

marekjm commented 8 years ago

Superseded by #150 .