aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add more keyword token typesBad Diode2021-10-221-0/+4
* Add unary arithmetic operations for numbersBad Diode2021-10-221-3/+9
* Add a stack for our VMBad Diode2021-10-221-1/+1
* Add interpretation function for VMBad Diode2021-10-221-3/+10
* Add VM structure and fix AdressSanitizer bugsBad Diode2021-10-221-21/+18
* Add line/col information for debugging purposes.Bad Diode2021-10-221-3/+5
* Add constants operationBad Diode2021-10-221-7/+17
* Prepare skeleton for bytecode interpreterBad Diode2021-10-221-0/+197