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

Support function jumping #49

Closed marekjm closed 9 years ago

marekjm commented 9 years ago

Support for jump .<function name> jumps should be added (as doc permits it).

marekjm commented 9 years ago

Blocks will serve the purpose of reusable but frameless blocks of code.