aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2024-06-29add flag for using 64 bit values on 32 machinesKimplul
+ JIT backends needs to still trigger an assertion if we detect that the user lied
2024-06-29clear up some semanticsKimplul
2024-06-29start adding testsKimplul
2024-06-28implement enough for fibonacciKimplul
2024-06-26allow toggling between jit and bytecodeKimplul
2024-06-26enough functionality to implement posthasteKimplul
2024-06-25fix some namesKimplul
+ Will have to actually implement them at some point as well
2024-06-25move branches to have the dest in r0Kimplul
2024-06-23initial interpeter testingKimplul