aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-172-67/+73
* "module:" => "using"Eduardo Julian2021-09-15194-194/+194
* "Row" => "Sequence"Eduardo Julian2021-09-1511-106/+106
* "Sequence" => "Stream"Eduardo Julian2021-09-153-19/+19
* Re-named "recur" to "again".Eduardo Julian2021-09-1413-48/+48
* Better list pairing.Eduardo Julian2021-09-141-3/+16
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-1416-48/+48
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1417-38/+38
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1428-143/+157
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-135-6/+6
* 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-13194-824/+824
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12165-2002/+2000
* Made the "#" character great again!Eduardo Julian2021-09-12113-1782/+1764
* 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-10107-1155/+1156
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-095-155/+6
* De-bracing | part 2Eduardo Julian2021-09-0810-79/+79
* De-bracing | part 1Eduardo Julian2021-09-082-2/+2
* De-bracing part 0Eduardo Julian2021-09-083-35/+42
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-084-6/+9
* 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-07196-1973/+1973
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05120-437/+437
* De-taggification | part 2Eduardo Julian2021-09-04196-1091/+1091
* Unified tuple and record syntax.Eduardo Julian2021-09-0317-234/+235
* 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
* Updates to the Ruby compiler.Eduardo Julian2021-08-2748-163/+183
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-267-45/+51
* Updates to the Lua compiler.Eduardo Julian2021-08-256-57/+56
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24133-962/+971
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2342-239/+239
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-212-11/+101
* More fixes.Eduardo Julian2021-08-201-13/+13
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-193-2/+13
* Some bug fixes.Eduardo Julian2021-08-1894-570/+577
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1648-482/+502
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1423-169/+262
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-1345-240/+249
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1248-184/+346
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-11103-924/+940