aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-0830-138/+265
* Better method calls in Ruby.Eduardo Julian2021-11-047-57/+57
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
* Added the new forum to the documentation, plus updated versions.Eduardo Julian2021-11-026-25/+27
* v0.6.4Eduardo Julian2021-11-0213-29/+29
* 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-313-112/+158
* 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-305-291/+343
* Gitter is back. For better or worse.Eduardo Julian2021-10-291-2/+6
* Made several improvements to the README.Eduardo Julian2021-10-291-50/+63
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-294-25/+77
* v0.6.3Eduardo Julian2021-10-2224-75/+97
* Deployed Rembulan on my own to remove the "-SNAPSHOT" suffix which prevents r...Eduardo Julian2021-10-221-4/+4
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-2230-199/+328
* Fixed erroneous path in "Chapter 1: Getting started".Eduardo Julian2021-10-091-1/+1
* Updated version in book.Eduardo Julian2021-10-095-22/+22
* Fixed packaging issue.Eduardo Julian2021-10-0942-424/+489
* Added link to Aedifex to "Chapter 1: Getting started".Eduardo Julian2021-10-011-1/+1
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-0126-89/+145
* Updates and fixes for the book.Eduardo Julian2021-09-2031-1094/+1228
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-1931-378/+195483
* 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-1622-286/+291
* Additional documentation for JVM types.Eduardo Julian2021-09-1619-30/+377
* "module:" => "using"Eduardo Julian2021-09-151012-1078/+1078
* "Row" => "Sequence"Eduardo Julian2021-09-1573-533/+525
* "Sequence" => "Stream"Eduardo Julian2021-09-158-71/+70
* Brought lux-mode's symbol syntax in-line with the compilers'.Eduardo Julian2021-09-151-15/+14
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-1520-182/+243
* Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character...Eduardo Julian2021-09-141-2/+7
* Got lux-mode/paredit-mode to treat the semi-colon (;) like a normal character.Eduardo Julian2021-09-141-1/+10
* Re-named "recur" to "again".Eduardo Julian2021-09-14147-590/+590
* Better list pairing.Eduardo Julian2021-09-147-129/+175
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-14144-1161/+1146
* No more "^slots".Eduardo Julian2021-09-1431-202/+154
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1447-104/+104
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-14102-548/+569
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-1343-141/+142
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-1322-392/+159
* 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-131004-5420/+5421
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12617-6753/+6771
* Made the "#" character great again!Eduardo Julian2021-09-12549-10282/+10126
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-1010-55/+83
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1090-10884/+10885
* Fixed the indentation of variants.Eduardo Julian2021-09-1048-711/+712
* Migrated variants to the new syntax.Eduardo Julian2021-09-10472-7852/+7824
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0929-771/+363
* De-bracing | part 2Eduardo Julian2021-09-0867-432/+415