aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/attribute/code.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-9/+10
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-3/+5
2019-07-08* Re-named "Instruction" to "Bytecode".Eduardo Julian1-1/+1
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-20/+0
2019-06-25WIP: Label resolution support for JVM instructions.Eduardo Julian1-1/+1
2019-06-22Implemented several different bytecode instructions.Eduardo Julian1-10/+7
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-35/+21
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-13/+9
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian1-3/+2
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-11/+12
2019-06-20Unified the unsigned integers.Eduardo Julian1-2/+2
2019-06-20Re-factored exceptions.Eduardo Julian1-46/+7
2019-06-20Re-factored labels.Eduardo Julian1-17/+9
2019-06-20Re-factored code attributes.Eduardo Julian1-0/+165