aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian16-238/+240
2019-05-21WIP: Separate Scheme compiler.Eduardo Julian5-231/+185
2019-05-19Now testing the methods implemented in anonymous classes to make sure all abs...Eduardo Julian7-42/+195
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian3-569/+675
2019-05-17The IO type now uses "Any" instead of "Nothing", to avoid the possibility of ...Eduardo Julian1-3/+3
2019-05-17Refactored boxes and reflections.Eduardo Julian5-242/+251
2019-05-17Fixed an accidentally introduced bug (due to OLD compiler JVM interop issues).Eduardo Julian1-1/+5
2019-05-17Automatic type casting/coercion for Boolean/Bit and String/Text.Eduardo Julian7-304/+536
2019-05-16Some type casting/coercion automation.Eduardo Julian3-98/+96
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian6-274/+396
2019-05-13More fiddling with types for JVM interop.Eduardo Julian5-177/+235
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian9-108/+241
2019-05-10Made the host-interop layer dependent on "lux/target/jvm/type".Eduardo Julian5-738/+571
2019-05-10Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian2-153/+333
2019-05-10Improvements to parsing machinery.Eduardo Julian6-155/+179
2019-05-10Added equivalence for any I64.Eduardo Julian1-15/+22
2019-05-09WIP: Anonymous classes analysis & generation.Eduardo Julian2-17/+33
2019-05-09Parser for synthesis.Eduardo Julian1-0/+105
2019-05-07Can now analyze anonymous classes.Eduardo Julian4-272/+486
2019-05-07Fixed a bug when analyzing type-coercions.Eduardo Julian1-20/+32
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian5-22/+36
2019-05-04- Replaced "Dirty" values with "Safe" values.Eduardo Julian6-220/+113
2019-05-03Made more fixes to how cursors are produces by the parser.Eduardo Julian1-17/+19
2019-05-03Made some fixes to how cursors are produces by the parser.Eduardo Julian1-98/+93
2019-05-02Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type...Eduardo Julian5-188/+186
2019-05-01Turned "sum//get" into an iterative loop.Eduardo Julian2-21/+33
2019-05-01Now using "block" instead of "tagbody".Eduardo Julian2-50/+33
2019-05-01The Common Lisp compiler is alive.Eduardo Julian13-30/+1365
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian6-44/+38
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian5-39/+39
2019-04-28Specialized array machinery for primitive arrays.Eduardo Julian2-23/+110
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian4-72/+277