aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/chunk.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove constant duplication on compile timeBad Diode2021-10-241-8/+6
|
* Add string and symbol typesBad Diode2021-10-231-0/+6
|
* Add (buggy) initial compilation of arithmetic opsBad Diode2021-10-231-0/+5
|
* Add VM structure and fix AdressSanitizer bugsBad Diode2021-10-221-8/+27
|
* Add line/col information for debugging purposes.Bad Diode2021-10-221-1/+14
|
* Add constants operationBad Diode2021-10-221-0/+22