aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/attribute/code.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-82/+0
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+4
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-5/+5
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-2/+3
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-5/+5
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-5/+5
|
* 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