aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/attribute/code.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-82/+0
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-5/+5
2020-12-12Removed several unnecessary imports.Eduardo Julian1-2/+3
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-5/+5
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-5/+5
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