aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-08Added the carriage return for better Windows compatibility.Eduardo Julian8-73/+108
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian1-46/+46
2021-11-04Better method calls in Ruby.Eduardo Julian6-56/+48
2021-11-04Ruby compilation that is compatible with DragonRuby.Eduardo Julian6-153/+189
2021-10-31Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2-41/+36
2021-10-30Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2-30/+96
2021-10-30Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian1-96/+120
2021-10-29Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2-23/+75
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian11-189/+266
2021-10-09Fixed packaging issue.Eduardo Julian2-3/+5
2021-09-20Updates and fixes for the book.Eduardo Julian1-2/+2
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian8-159/+128
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian3-37/+27
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian16-226/+230
2021-09-16Additional documentation for JVM types.Eduardo Julian1-3/+3
2021-09-15"module:" => "using"Eduardo Julian439-502/+502
2021-09-15"Row" => "Sequence"Eduardo Julian47-361/+354
2021-09-15"Sequence" => "Stream"Eduardo Julian2-35/+35
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian7-48/+69
2021-09-14Re-named "recur" to "again".Eduardo Julian108-454/+454
2021-09-14Better list pairing.Eduardo Julian4-24/+40
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian105-733/+733
2021-09-14No more "^slots".Eduardo Julian18-125/+128
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian20-30/+30
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian50-310/+316
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian31-117/+118
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian12-273/+112
2021-09-13Re-named #Label to #Tag.Eduardo Julian7-17/+17
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian432-2692/+2692
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian314-3137/+3138
2021-09-12Made the "#" character great again!Eduardo Julian289-5639/+5646
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian5-33/+61
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian85-10623/+10624
2021-09-10Fixed the indentation of variants.Eduardo Julian26-126/+126
2021-09-10Migrated variants to the new syntax.Eduardo Julian251-4219/+4249
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian14-237/+104
2021-09-08De-bracing | part 2Eduardo Julian41-223/+230
2021-09-08De-bracing | part 1Eduardo Julian12-93/+100
2021-09-08De-bracing part 0Eduardo Julian5-13/+13
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian76-243/+344
2021-09-08Post annotations clean-up.Eduardo Julian8-118/+25
2021-09-08No more annotations.Eduardo Julian19-165/+153
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian85-10878/+10672
2021-09-08No more module annotations.Eduardo Julian2-28/+0
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-25/+3
2021-09-07Eliminated the last application of annotations.Eduardo Julian2-29/+44
2021-09-07De-taggification | part 4Eduardo Julian401-4053/+4053
2021-09-06New chapter on compiler extensions.Eduardo Julian6-7/+11
2021-09-06Applied new convention for variants.Eduardo Julian3-43/+12
2021-09-06Documentation improvements.Eduardo Julian5-54/+70