aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-08-18Some bug fixes.Eduardo Julian118-762/+769
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian54-491/+511
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian25-170/+265
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian54-371/+440
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian56-196/+358
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian126-981/+998
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian59-332/+370
2021-08-08No more #export magic syntax.Eduardo Julian241-488/+505
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian116-512/+542
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian29-95/+136
2021-08-01Even more renamings.Eduardo Julian39-282/+313
2021-07-31Yet more renamings.Eduardo Julian13-100/+122
2021-07-30More renamings.Eduardo Julian75-266/+324
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian20-90/+129
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian21-417/+435
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian124-2453/+2456
2021-07-26Re-named Promise to Async.Eduardo Julian56-475/+531