aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/target/jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-08* Re-named "Instruction" to "Bytecode".Eduardo Julian1-9/+8
2019-07-06Got long and double constants to work.Eduardo Julian1-43/+110
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-9/+11
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-1/+1
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-1/+3
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian1-1/+1
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-1/+2
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-2/+2
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-3/+3
2019-06-19Various fixes.Eduardo Julian1-24/+54
2019-05-29More massaging of the stdlib for the sake of the new compiler.Eduardo Julian1-0/+0
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-0/+0
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-0/+0
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-1/+1
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-8/+8
2019-02-24Improved the names of monad transformers.Eduardo Julian1-1/+1
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-5/+5
2019-02-03Added "forge" and "use" functions for working with capabilities.Eduardo Julian1-2/+4
2019-02-03Improved syntax for domains/parallel-import-trees.Eduardo Julian1-1/+1
2019-02-03Relative imports can now alter the start of a path.Eduardo Julian1-26/+29
2019-02-02Ported some old tests to the new format.Eduardo Julian1-26/+25
2018-12-28Added equivalences.Eduardo Julian1-27/+28
2018-12-28Re-organized the class machinery.Eduardo Julian1-13/+13
2018-12-28Added machinery for methods.Eduardo Julian1-9/+14
2018-12-26Tests for bytecode generation.Eduardo Julian1-0/+79