aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-312-19/+5
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-241-20/+16
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-291-1/+6
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-162-12/+38
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-087-72/+107
* Better method calls in Ruby.Eduardo Julian2021-11-041-29/+18
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-041-54/+73
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-311-9/+4
* Additional documentation for JVM types.Eduardo Julian2021-09-161-3/+3
* "module:" => "using"Eduardo Julian2021-09-1546-46/+46
* "Row" => "Sequence"Eduardo Julian2021-09-158-65/+64
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-153-3/+3
* Re-named "recur" to "again".Eduardo Julian2021-09-142-3/+3
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-1412-36/+36
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-145-7/+7
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-142-6/+6
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-138-10/+10
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1345-316/+316
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1231-208/+208
* Made the "#" character great again!Eduardo Julian2021-09-1220-290/+294
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1026-3977/+3978
* Migrated variants to the new syntax.Eduardo Julian2021-09-1018-212/+212
* De-bracing | part 2Eduardo Julian2021-09-083-8/+8
* De-bracing part 0Eduardo Julian2021-09-081-1/+1
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-087-42/+44
* No more annotations.Eduardo Julian2021-09-081-2/+2
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-0826-4027/+3981
* De-taggification | part 4Eduardo Julian2021-09-0744-391/+391
* New chapter on compiler extensions.Eduardo Julian2021-09-064-5/+5
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-058-17/+17
* De-taggification | part 2Eduardo Julian2021-09-0446-378/+378
* Unified tuple and record syntax.Eduardo Julian2021-09-0317-66/+66
* De-taggification | part 1Eduardo Julian2021-09-011-1/+1
* De-taggification | part 0Eduardo Julian2021-08-294-14/+14
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-297-9/+9
* Updates to the Ruby compiler.Eduardo Julian2021-08-2722-55/+55
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-264-29/+33
* Updates to the Lua compiler.Eduardo Julian2021-08-254-19/+11
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2435-486/+550
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2314-57/+57
* Some bug fixes.Eduardo Julian2021-08-1822-96/+101
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1626-124/+132
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-2/+2
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-137-23/+23
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-129-16/+17
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1114-37/+39
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0922-185/+185
* No more #export magic syntax.Eduardo Julian2021-08-0846-848/+894
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-076-17/+17
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-025-8/+8