aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-0718-332/+332
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-0713-93/+77
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-0740-1490/+1757
* JVM type -> Lux type machinery based on signature parsing.Eduardo Julian2019-08-232-89/+133
* Parser for JVM types.Eduardo Julian2019-08-227-132/+198
* Factored-out the different categories of JVM types.Eduardo Julian2019-08-215-124/+84
* A unified type module to tie together the different JVM kinds of type.Eduardo Julian2019-08-213-207/+211
* Improved machinery in "lux/target/jvm/type/reflection".Eduardo Julian2019-08-203-50/+74
* Moved signature machinery to "lux/target/jvm/type/signature".Eduardo Julian2019-08-205-133/+160
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-2013-32/+39
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-2036-790/+759
* Implemented TABLESWITCH and LOOKUPSWITCH instructions.Eduardo Julian2019-08-127-37/+223
* Got the new compiler working again.Eduardo Julian2019-08-1018-97/+86
* WIP: JVM function generation.Eduardo Julian2019-08-1018-35/+549
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-3134-51/+168
* No more "n/"-prefixed functions.Eduardo Julian2019-07-26182-1463/+1719
* No more "i/"-prefixed functions.Eduardo Julian2019-07-2548-412/+472
* No more "r/"-prefixed functions.Eduardo Julian2019-07-2410-277/+281
* No more "f/"-prefixed functions.Eduardo Julian2019-07-2445-634/+749
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-2420-286/+203
* Small improvements here and there.Eduardo Julian2019-07-2423-112/+447
* The "commands" file is now a Markdown file for better legibility.Eduardo Julian2019-07-242-124/+292
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-0814-564/+563
* Added I32, I16 and I8.Eduardo Julian2019-07-0812-20/+228
* Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian2019-07-078-25/+141
* Ported JVM primitive generation to the new JVM bytecode machinery.Eduardo Julian2019-07-076-7/+158
* Got long and double constants to work.Eduardo Julian2019-07-065-90/+179
* No more alternative row writers.Eduardo Julian2019-07-062-17/+16
* Removed the parsing machinery for JVM classes.Eduardo Julian2019-07-0619-262/+32
* + Support for string constants.Eduardo Julian2019-07-065-18/+57
* WIP: Method compilation.Eduardo Julian2019-07-0512-39/+143
* Added signed numbers of different sizes.Eduardo Julian2019-07-034-54/+119
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-02144-1540/+1533
* Constant pool support, finished label machinery, and enhanced machinery for w...Eduardo Julian2019-06-266-54/+421
* WIP: Label resolution support for JVM instructions.Eduardo Julian2019-06-258-74/+181
* Added almost all the remaining instructions.Eduardo Julian2019-06-223-38/+204
* Implemented several different bytecode instructions.Eduardo Julian2019-06-2212-64/+532
* Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian2019-06-2119-414/+420
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-218-177/+335
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-2012-27/+19
* Re-structured encoding-related modules a bit.Eduardo Julian2019-06-2019-67/+81
* Unified the unsigned integers.Eduardo Julian2019-06-2011-50/+57
* Improved the convention for using text formatters.Eduardo Julian2019-06-20249-837/+794
* Removed the TCP & UDP code for the moment.Eduardo Julian2019-06-209-398/+10
* Re-factored exceptions.Eduardo Julian2019-06-202-46/+58
* Re-factored labels.Eduardo Julian2019-06-202-17/+28
* Re-factored code attributes.Eduardo Julian2019-06-202-147/+174
* Re-factored constant attributes.Eduardo Julian2019-06-202-24/+35
* Improved the design of modifiers.Eduardo Julian2019-06-205-117/+103
* Expanded serialization capabilities for JVM bytecode.Eduardo Julian2019-06-208-125/+498