| Commit message (Expand) | Author | Files | Lines |
2019-11-16 | Tests for JVM bytecode machinery. [Part 5] | Eduardo Julian | 1 | -660/+0 |
2019-10-27 | Almost completely ported JVM runtime generation to the new JVM bytecode machi... | Eduardo Julian | 1 | -150/+210 |
2019-09-15 | Got the tests running again. | Eduardo Julian | 1 | -3/+4 |
2019-08-12 | Implemented TABLESWITCH and LOOKUPSWITCH instructions. | Eduardo Julian | 1 | -35/+143 |
2019-07-26 | No more "n/"-prefixed functions. | Eduardo Julian | 1 | -20/+21 |
2019-07-08 | * Re-named "Instruction" to "Bytecode". | Eduardo Julian | 1 | -12/+12 |
2019-07-06 | Got long and double constants to work. | Eduardo Julian | 1 | -2/+2 |
2019-07-06 | + Support for string constants. | Eduardo Julian | 1 | -0/+1 |
2019-07-05 | WIP: Method compilation. | Eduardo Julian | 1 | -0/+5 |
2019-07-03 | Added signed numbers of different sizes. | Eduardo Julian | 1 | -44/+27 |
2019-07-02 | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 1 | -17/+17 |
2019-06-26 | Constant pool support, finished label machinery, and enhanced machinery for w... | Eduardo Julian | 1 | -4/+4 |
2019-06-25 | WIP: Label resolution support for JVM instructions. | Eduardo Julian | 1 | -72/+79 |
2019-06-22 | Added almost all the remaining instructions. | Eduardo Julian | 1 | -35/+201 |
2019-06-22 | Implemented several different bytecode instructions. | Eduardo Julian | 1 | -0/+328 |