aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* comments and negative immediatesGravatar Peter McGoron 2023-02-114-15/+64
|
* enable compiling and add compile testGravatar Peter McGoron 2023-02-114-71/+163
|
* test popGravatar Peter McGoron 2023-02-092-2/+56
|
* change instructions to be an enumGravatar Peter McGoron 2023-02-092-25/+25
|
* add compile t estGravatar Peter McGoron 2023-02-096-50/+133
|
* test refactoringGravatar Peter McGoron 2023-02-083-15/+88
|
* python ffi: test parsingGravatar Peter McGoron 2023-02-087-73/+65
|
* move testsGravatar Peter McGoron 2023-02-074-6/+6
|
* move pythonGravatar Peter McGoron 2023-02-072-1/+1
|
* add label testGravatar Peter McGoron 2023-02-071-0/+19
|
* more asm testGravatar Peter McGoron 2023-02-072-2/+9
|
* assembler: refactor and start testsGravatar Peter McGoron 2023-02-072-36/+93
|
* asm.py: renameGravatar Peter McGoron 2023-02-071-0/+0
|
* asm.py: writeGravatar Peter McGoron 2023-02-071-10/+25
|
* start assemblerGravatar Peter McGoron 2023-02-072-0/+116
|
* fix parse_special_byte functionGravatar Peter McGoron 2023-02-072-2/+2
|
* test encode and decodeGravatar Peter McGoron 2023-02-073-22/+82
|
* test_encode_decode: add messagesGravatar Peter McGoron 2023-02-071-0/+3
|
* openmp parallelized encoding testingGravatar Peter McGoron 2023-02-074-111/+192
|
* fixing precedence issue in testGravatar Peter McGoron 2023-02-072-30/+18
|
* encodeGravatar Peter McGoron 2023-02-073-24/+263
|
* prototype bytecode interpreterGravatar Peter McGoron 2023-02-058-0/+1827