Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -0/+2 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | vm: provide special case call entry points. | Kaz Kylheku | 2018-11-16 | 1 | -0/+5 |
* | copy-fun: duplicate a function, with own environment. | Kaz Kylheku | 2018-11-13 | 1 | -0/+1 |
* | vm: release cached bindings that become unbound. | Kaz Kylheku | 2018-06-21 | 1 | -0/+1 |
* | vm: allow vm description to be callable as function. | Kaz Kylheku | 2018-04-06 | 1 | -0/+2 |
* | vm: function table for faster calls. | Kaz Kylheku | 2018-03-18 | 1 | -1/+2 |
* | New: virtual machine with assembler. | Kaz Kylheku | 2018-03-10 | 1 | -0/+31 |