aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-5/+7
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian4-51/+51
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-11-02v0.6.4Eduardo Julian2-8/+8
2021-10-31Properly inheriting the default profile in Aedifex.Eduardo Julian6-35/+67
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-22v0.6.3Eduardo Julian2-9/+9
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian13-192/+269
2021-10-09Fixed packaging issue.Eduardo Julian16-365/+374
2021-10-01Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2-11/+11
2021-09-20Updates and fixes for the book.Eduardo Julian3-30/+32
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian18-366/+464
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian7-185/+192
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian17-265/+279
2021-09-16Additional documentation for JVM types.Eduardo Julian19-30/+377
2021-09-15"module:" => "using"Eduardo Julian955-1021/+1021
2021-09-15"Row" => "Sequence"Eduardo Julian70-521/+513
2021-09-15"Sequence" => "Stream"Eduardo Julian7-70/+69
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian9-133/+170
2021-09-14Re-named "recur" to "again".Eduardo Julian132-529/+529
2021-09-14Better list pairing.Eduardo Julian7-129/+175
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian137-1141/+1126
2021-09-14No more "^slots".Eduardo Julian29-200/+152
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian46-103/+103
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian100-546/+567
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian40-135/+136
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian13-274/+114
2021-09-13Re-named #Label to #Tag.Eduardo Julian9-24/+24
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian948-5006/+5006
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian593-6525/+6520
2021-09-12Made the "#" character great again!Eduardo Julian498-8941/+8838
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian8-49/+77
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian90-10884/+10885
2021-09-10Fixed the indentation of variants.Eduardo Julian46-674/+674
2021-09-10Migrated variants to the new syntax.Eduardo Julian439-7108/+7175
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian23-709/+328
2021-09-08De-bracing | part 2Eduardo Julian59-375/+358
2021-09-08De-bracing | part 1Eduardo Julian21-111/+123
2021-09-08De-bracing part 0Eduardo Julian8-48/+55
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian89-263/+374
2021-09-08Post annotations clean-up.Eduardo Julian14-210/+28
2021-09-08No more annotations.Eduardo Julian25-711/+254
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian90-11161/+10931
2021-09-08No more module annotations.Eduardo Julian6-67/+14
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian10-579/+50
2021-09-07Eliminated the last application of annotations.Eduardo Julian4-59/+45