aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates to the Ruby compiler.Eduardo Julian2021-08-2752-192/+212
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-268-49/+67
* Updates to the Lua compiler.Eduardo Julian2021-08-259-67/+68
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24162-1108/+1122
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2353-284/+284
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-213-11/+103
* More fixes.Eduardo Julian2021-08-201-13/+13
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-193-2/+13