aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/attribute/code.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-071-9/+10
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-3/+5
|
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-081-1/+1
| | | * Re-named "Program" to "Instruction".
* Removed the parsing machinery for JVM classes.Eduardo Julian2019-07-061-20/+0
|
* WIP: Label resolution support for JVM instructions.Eduardo Julian2019-06-251-1/+1
|
* Implemented several different bytecode instructions.Eduardo Julian2019-06-221-10/+7
|
* Separated reading and writing binary data (lumping them together was a bad ↵Eduardo Julian2019-06-211-35/+21
| | | | idea in the first place).
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-211-13/+9
|
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-201-3/+2
|
* Re-structured encoding-related modules a bit.Eduardo Julian2019-06-201-11/+12
|
* Unified the unsigned integers.Eduardo Julian2019-06-201-2/+2
|
* Re-factored exceptions.Eduardo Julian2019-06-201-46/+7
|
* Re-factored labels.Eduardo Julian2019-06-201-17/+9
|
* Re-factored code attributes.Eduardo Julian2019-06-201-0/+165