aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-5/+7
2021-10-31Properly inheriting the default profile in Aedifex.Eduardo Julian1-17/+50
2021-10-09Fixed packaging issue.Eduardo Julian2-93/+93
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian3-131/+137
2021-09-15"module:" => "using"Eduardo Julian242-242/+242
2021-09-15"Row" => "Sequence"Eduardo Julian11-106/+106
2021-09-15"Sequence" => "Stream"Eduardo Julian3-19/+19
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian1-8/+8
2021-09-14Re-named "recur" to "again".Eduardo Julian14-49/+49
2021-09-14Better list pairing.Eduardo Julian1-3/+16
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian17-83/+83
2021-09-14No more "^slots".Eduardo Julian1-5/+0
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian18-42/+42
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian28-143/+157
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian6-8/+8
2021-09-13Re-named #Label to #Tag.Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian242-1066/+1066
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian206-2442/+2440
2021-09-12Made the "#" character great again!Eduardo Julian145-2157/+2123
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2-67/+67
2021-09-10Fixed the indentation of variants.Eduardo Julian10-88/+88
2021-09-10Migrated variants to the new syntax.Eduardo Julian132-1350/+1351
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian6-164/+18
2021-09-08De-bracing | part 2Eduardo Julian11-92/+92
2021-09-08De-bracing | part 1Eduardo Julian3-3/+4
2021-09-08De-bracing part 0Eduardo Julian3-35/+42
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian5-8/+11
2021-09-08Post annotations clean-up.Eduardo Julian3-59/+2
2021-09-08No more annotations.Eduardo Julian4-10/+8
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2-73/+67
2021-09-08No more module annotations.Eduardo Julian2-11/+0
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian4-22/+39
2021-09-07Eliminated the last application of annotations.Eduardo Julian1-10/+0
2021-09-07De-taggification | part 4Eduardo Julian244-2690/+2690
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian141-482/+482
2021-09-05De-taggification | part 3Eduardo Julian2-49/+23
2021-09-04De-taggification | part 2Eduardo Julian244-1445/+1445
2021-09-03Unified tuple and record syntax.Eduardo Julian27-304/+305
2021-09-01De-taggification | part 1Eduardo Julian3-66/+66
2021-09-01Updates to the JS compiler.Eduardo Julian1-38/+0
2021-08-29De-taggification | part 0Eduardo Julian9-31/+22
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian3-49/+35
2021-08-27Updates to the Ruby compiler.Eduardo Julian52-192/+212
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian8-49/+67
2021-08-25Updates to the Lua compiler.Eduardo Julian9-67/+68
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian162-1108/+1122
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian53-284/+284
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian3-11/+103
2021-08-20More fixes.Eduardo Julian1-13/+13
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian3-2/+13