Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Major refactoring of JVM bytecode machinery. | Eduardo Julian | 2019-11-07 | 1 | -9/+10 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -3/+5 |
| | |||||
* | * Re-named "Instruction" to "Bytecode". | Eduardo Julian | 2019-07-08 | 1 | -1/+1 |
| | | | * Re-named "Program" to "Instruction". | ||||
* | Removed the parsing machinery for JVM classes. | Eduardo Julian | 2019-07-06 | 1 | -20/+0 |
| | |||||
* | WIP: Label resolution support for JVM instructions. | Eduardo Julian | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | Implemented several different bytecode instructions. | Eduardo Julian | 2019-06-22 | 1 | -10/+7 |
| | |||||
* | Separated reading and writing binary data (lumping them together was a bad ↵ | Eduardo Julian | 2019-06-21 | 1 | -35/+21 |
| | | | | idea in the first place). | ||||
* | Extracted binary parsing code into its own module. | Eduardo Julian | 2019-06-21 | 1 | -13/+9 |
| | |||||
* | Moved "lux/world/binary" to "lux/data/binary". | Eduardo Julian | 2019-06-20 | 1 | -3/+2 |
| | |||||
* | Re-structured encoding-related modules a bit. | Eduardo Julian | 2019-06-20 | 1 | -11/+12 |
| | |||||
* | Unified the unsigned integers. | Eduardo Julian | 2019-06-20 | 1 | -2/+2 |
| | |||||
* | Re-factored exceptions. | Eduardo Julian | 2019-06-20 | 1 | -46/+7 |
| | |||||
* | Re-factored labels. | Eduardo Julian | 2019-06-20 | 1 | -17/+9 |
| | |||||
* | Re-factored code attributes. | Eduardo Julian | 2019-06-20 | 1 | -0/+165 |