aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Add (buggy) initial compilation of arithmetic opsBad Diode2021-10-231-0/+0
* Add unary arithmetic operations for numbersBad Diode2021-10-221-4/+6
* Add VM structure and fix AdressSanitizer bugsBad Diode2021-10-221-13/+13
* Add line/col information for debugging purposes.Bad Diode2021-10-221-1/+17
* Add constants operationBad Diode2021-10-221-6/+15
* Prepare skeleton for bytecode interpreterBad Diode2021-10-221-0/+32