aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/constant/pool.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian1-2/+2
2019-11-09WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian1-39/+35
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-107/+42
2019-09-15Got the tests running again.Eduardo Julian1-3/+5
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-3/+4
2019-07-08Added I32, I16 and I8.Eduardo Julian1-1/+2
2019-07-07Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian1-1/+4
2019-07-06Got long and double constants to work.Eduardo Julian1-39/+52
2019-07-06No more alternative row writers.Eduardo Julian1-4/+7
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-7/+1
2019-07-06+ Support for string constants.Eduardo Julian1-2/+9
2019-07-05WIP: Method compilation.Eduardo Julian1-15/+42
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-5/+5
2019-06-26Constant pool support, finished label machinery, and enhanced machinery for w...Eduardo Julian1-16/+27
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-5/+11
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-4/+5
2019-06-20Unified the unsigned integers.Eduardo Julian1-3/+3
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-6/+6
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-8/+84
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-0/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-6/+6
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-4/+4
2019-02-04Changed the naming style for structures.Eduardo Julian1-6/+6
2018-12-28Added equivalences.Eduardo Julian1-0/+9
2018-12-28Added machinery for descriptors.Eduardo Julian1-1/+9
2018-12-27- Some improvements to Index.Eduardo Julian1-45/+38
2018-12-27Improved machinery for working with constant pools.Eduardo Julian1-0/+68