summaryrefslogtreecommitdiffstats
path: root/vm.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-081-0/+2
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* vm: provide special case call entry points.Kaz Kylheku2018-11-161-0/+5
* copy-fun: duplicate a function, with own environment.Kaz Kylheku2018-11-131-0/+1
* 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