summaryrefslogtreecommitdiffstats
path: root/vm.h
Commit message (Expand)AuthorAgeFilesLines
* vm: release cached bindings that become unbound.Kaz Kylheku2018-06-211-0/+1
* vm: allow vm description to be callable as function.Kaz Kylheku2018-04-061-0/+2
* vm: function table for faster calls.Kaz Kylheku2018-03-181-1/+2
* New: virtual machine with assembler.Kaz Kylheku2018-03-101-0/+31