aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-063-3/+102
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-066-28/+731
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-317-91/+1084
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-254-36/+89
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-243-102/+957
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-291-1/+6
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-1/+4
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-162-28/+30
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-081-5/+7
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-311-17/+50
* Fixed packaging issue.Eduardo Julian2021-10-092-93/+93
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-173-131/+137
* "module:" => "using"Eduardo Julian2021-09-15242-242/+242
* "Row" => "Sequence"Eduardo Julian2021-09-1511-106/+106
* "Sequence" => "Stream"Eduardo Julian2021-09-153-19/+19
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-8/+8
* Re-named "recur" to "again".Eduardo Julian2021-09-1414-49/+49
* Better list pairing.Eduardo Julian2021-09-141-3/+16
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-1417-83/+83
* No more "^slots".Eduardo Julian2021-09-141-5/+0
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1418-42/+42
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1428-143/+157
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-136-8/+8
* Re-named #Label to #Tag.Eduardo Julian2021-09-131-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-13242-1066/+1066
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12206-2442/+2440
* Made the "#" character great again!Eduardo Julian2021-09-12145-2157/+2123
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-102-67/+67
* Fixed the indentation of variants.Eduardo Julian2021-09-1010-88/+88
* Migrated variants to the new syntax.Eduardo Julian2021-09-10132-1350/+1351
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-096-164/+18
* De-bracing | part 2Eduardo Julian2021-09-0811-92/+92
* De-bracing | part 1Eduardo Julian2021-09-083-3/+4
* De-bracing part 0Eduardo Julian2021-09-083-35/+42
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-085-8/+11
* Post annotations clean-up.Eduardo Julian2021-09-083-59/+2
* No more annotations.Eduardo Julian2021-09-084-10/+8
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-082-73/+67
* No more module annotations.Eduardo Julian2021-09-082-11/+0
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-084-22/+39
* Eliminated the last application of annotations.Eduardo Julian2021-09-071-10/+0
* De-taggification | part 4Eduardo Julian2021-09-07244-2690/+2690
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05141-482/+482
* De-taggification | part 3Eduardo Julian2021-09-052-49/+23
* De-taggification | part 2Eduardo Julian2021-09-04244-1445/+1445
* Unified tuple and record syntax.Eduardo Julian2021-09-0327-304/+305
* De-taggification | part 1Eduardo Julian2021-09-013-66/+66
* Updates to the JS compiler.Eduardo Julian2021-09-011-38/+0
* De-taggification | part 0Eduardo Julian2021-08-299-31/+22
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-293-49/+35