aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/ops.h
Commit message (Expand)AuthorAgeFilesLines
* Add set! keyword and OPBad Diode2021-10-241-1/+2
* 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-0/+9
* Add logic operationsBad Diode2021-10-231-0/+8
* Add (buggy) initial compilation of arithmetic opsBad Diode2021-10-231-0/+0
* Add unary arithmetic operations for numbersBad Diode2021-10-221-0/+5
* Add constants operationBad Diode2021-10-221-1/+2
* Prepare skeleton for bytecode interpreterBad Diode2021-10-221-0/+8