aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/index.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-37/+0
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-3/+3
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-2/+0
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian1-1/+1
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-3/+6
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-7/+0
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-6/+11
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-3/+4
2019-06-20Unified the unsigned integers.Eduardo Julian1-1/+1
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-3/+7
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-1/+1
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-2/+2
2019-02-04Changed the naming style for structures.Eduardo Julian1-3/+3
2018-12-27- Some improvements to Index.Eduardo Julian1-8/+24
2018-12-26WIP: JVM bytecode generation in pure Lux.Eduardo Julian1-0/+17