aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/objects.h
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for closure captureBad Diode2021-10-281-12/+18
|
* Ensure the last statement is returned to stdoutBad Diode2021-10-261-0/+1
|
* Add initial function call procedureBad Diode2021-10-261-6/+2
|
* Change chunk to store a nameBad Diode2021-10-251-2/+1
|
* Add lambda type and minor file cleanupBad Diode2021-10-241-112/+12
|
* Add globals and OP_DEF operationBad Diode2021-10-241-0/+16
|
* Remove constant duplication on compile timeBad Diode2021-10-241-0/+38
|
* Add string and symbol typesBad Diode2021-10-231-7/+32
|
* Change relevant OPs to use list operationsBad Diode2021-10-231-0/+1
|
* Add more types and access macrosBad Diode2021-10-231-5/+76
|
* Add (buggy) initial compilation of arithmetic opsBad Diode2021-10-231-0/+0
|
* Add constants operationBad Diode2021-10-221-0/+27