aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Add OP_GET_GLOBAL and symbol resolution for globalsBad Diode2021-10-241-0/+1
* Add globals and OP_DEF operationBad Diode2021-10-241-0/+1
* Add print/display/newline opsBad Diode2021-10-241-7/+28
* Add more types and access macrosBad Diode2021-10-231-1/+1
* Fix a bug in signed fixnum compilationBad Diode2021-10-231-2/+2
* 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