aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-24Small improvements here and there.Eduardo Julian9-112/+142
2019-07-08* Re-named "Instruction" to "Bytecode".Eduardo Julian14-564/+563
2019-07-08Added I32, I16 and I8.Eduardo Julian12-20/+228
2019-07-07Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian7-21/+137
2019-07-07Ported JVM primitive generation to the new JVM bytecode machinery.Eduardo Julian6-7/+158
2019-07-06Got long and double constants to work.Eduardo Julian5-90/+179
2019-07-06No more alternative row writers.Eduardo Julian2-17/+16
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian19-262/+32
2019-07-06+ Support for string constants.Eduardo Julian5-18/+57
2019-07-05WIP: Method compilation.Eduardo Julian10-39/+138
2019-07-03Added signed numbers of different sizes.Eduardo Julian4-54/+119
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian142-1540/+1526
2019-06-26Constant pool support, finished label machinery, and enhanced machinery for w...Eduardo Julian6-54/+421
2019-06-25WIP: Label resolution support for JVM instructions.Eduardo Julian7-74/+180
2019-06-22Added almost all the remaining instructions.Eduardo Julian3-38/+204
2019-06-22Implemented several different bytecode instructions.Eduardo Julian11-64/+530
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian19-414/+420
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian8-177/+335
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian12-27/+19
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian19-67/+81
2019-06-20Unified the unsigned integers.Eduardo Julian11-50/+57
2019-06-20Improved the convention for using text formatters.Eduardo Julian249-837/+794
2019-06-20Removed the TCP & UDP code for the moment.Eduardo Julian5-398/+0
2019-06-20Re-factored exceptions.Eduardo Julian2-46/+58
2019-06-20Re-factored labels.Eduardo Julian2-17/+28
2019-06-20Re-factored code attributes.Eduardo Julian2-147/+174
2019-06-20Re-factored constant attributes.Eduardo Julian2-24/+35
2019-06-20Improved the design of modifiers.Eduardo Julian5-117/+103
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian8-125/+498
2019-06-19Various fixes.Eduardo Julian6-86/+136
2019-06-18More JS machinery.Eduardo Julian11-190/+591
2019-06-18Implemented "hole" typing.Eduardo Julian1-4/+17
2019-06-16Fixes and adaptations for the JavaScript compiler.Eduardo Julian12-138/+466
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian22-268/+507
2019-06-14Some fixes for the scripting languages.Eduardo Julian14-72/+83
2019-06-13Some fixes.Eduardo Julian2-36/+129
2019-06-06WIP: Class definition.Eduardo Julian11-343/+646
2019-06-01Removed the (magical) "alias" annotations tag.Eduardo Julian15-155/+241
2019-05-29Various fixes and tweaks.Eduardo Julian4-31/+44
2019-05-29More massaging of the stdlib for the sake of the new compiler.Eduardo Julian6-68/+205
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian16-488/+299
2019-05-28Only infer the record-type during pattern-matching when the input-value's typ...Eduardo Julian1-2/+7
2019-05-28Improvements to type-related machinery in JVM interop.Eduardo Julian5-344/+373
2019-05-28Improved type inference/checking.Eduardo Julian3-30/+67
2019-05-28Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian40-152/+166
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian1-3/+63
2019-05-24Removed the (magical) "export?" annotations tag.Eduardo Julian10-307/+293
2019-05-22Removed the (magical) "tags" annotations tag.Eduardo Julian3-460/+400
2019-05-22Removed the (magical) "imports" annotations tag.Eduardo Julian7-236/+271
2019-05-22Removed the useless #lux.type? annotation tag.Eduardo Julian6-176/+116