aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-081-5/+7
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-084-51/+51
* Better method calls in Ruby.Eduardo Julian2021-11-046-56/+48
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
* v0.6.4Eduardo Julian2021-11-022-8/+8
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-316-35/+67
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-312-41/+36
* Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2021-10-302-30/+96
* Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian2021-10-301-96/+120
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-292-23/+75
* v0.6.3Eduardo Julian2021-10-222-9/+9
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-2213-192/+269
* Fixed packaging issue.Eduardo Julian2021-10-0916-365/+374
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-012-11/+11
* Updates and fixes for the book.Eduardo Julian2021-09-203-30/+32
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-1918-366/+464
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-177-185/+192
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-1617-265/+279
* Additional documentation for JVM types.Eduardo Julian2021-09-1619-30/+377
* "module:" => "using"Eduardo Julian2021-09-15955-1021/+1021
* "Row" => "Sequence"Eduardo Julian2021-09-1570-521/+513
* "Sequence" => "Stream"Eduardo Julian2021-09-157-70/+69
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-159-133/+170
* Re-named "recur" to "again".Eduardo Julian2021-09-14132-529/+529
* Better list pairing.Eduardo Julian2021-09-147-129/+175
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-14137-1141/+1126
* No more "^slots".Eduardo Julian2021-09-1429-200/+152
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1446-103/+103
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-14100-546/+567
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-1340-135/+136
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-1313-274/+114
* Re-named #Label to #Tag.Eduardo Julian2021-09-139-24/+24
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-13948-5006/+5006
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12593-6525/+6520
* Made the "#" character great again!Eduardo Julian2021-09-12498-8941/+8838
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-108-49/+77
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1090-10884/+10885
* Fixed the indentation of variants.Eduardo Julian2021-09-1046-674/+674
* Migrated variants to the new syntax.Eduardo Julian2021-09-10439-7108/+7175
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0923-709/+328
* De-bracing | part 2Eduardo Julian2021-09-0859-375/+358
* De-bracing | part 1Eduardo Julian2021-09-0821-111/+123
* De-bracing part 0Eduardo Julian2021-09-088-48/+55
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-0889-263/+374
* Post annotations clean-up.Eduardo Julian2021-09-0814-210/+28
* No more annotations.Eduardo Julian2021-09-0825-711/+254
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-0890-11161/+10931
* No more module annotations.Eduardo Julian2021-09-086-67/+14
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-0810-579/+50
* Eliminated the last application of annotations.Eduardo Julian2021-09-074-59/+45