aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1421-47/+47
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1451-367/+373
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-1332-122/+123
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-1313-274/+114
* Re-named #Label to #Tag.Eduardo Julian2021-09-138-23/+23
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-13433-2698/+2698
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12315-3526/+3527
* Made the "#" character great again!Eduardo Julian2021-09-12290-6161/+6093
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-105-33/+61
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1085-10623/+10624
* Fixed the indentation of variants.Eduardo Julian2021-09-1027-532/+532
* Migrated variants to the new syntax.Eduardo Julian2021-09-10252-5355/+5421
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0915-511/+309
* De-bracing | part 2Eduardo Julian2021-09-0842-227/+253
* De-bracing | part 1Eduardo Julian2021-09-0813-94/+101
* De-bracing part 0Eduardo Julian2021-09-085-13/+13
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-0876-243/+344
* Post annotations clean-up.Eduardo Julian2021-09-089-123/+25
* No more annotations.Eduardo Julian2021-09-0820-700/+245
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-0885-10878/+10672
* No more module annotations.Eduardo Julian2021-09-083-55/+14
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-081-25/+3
* Eliminated the last application of annotations.Eduardo Julian2021-09-073-49/+45
* De-taggification | part 4Eduardo Julian2021-09-07402-4071/+4075
* New chapter on compiler extensions.Eduardo Julian2021-09-066-7/+11
* Applied new convention for variants.Eduardo Julian2021-09-063-43/+12
* Documentation improvements.Eduardo Julian2021-09-066-58/+75
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-05149-382/+382
* Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian2021-09-053-6/+21
* Handled formatting issues in documentation.Eduardo Julian2021-09-052-19/+16
* Better type-declaration documentation.Eduardo Julian2021-09-044-32/+44
* De-taggification | part 2Eduardo Julian2021-09-04447-3409/+3409
* Unified tuple and record syntax.Eduardo Julian2021-09-03124-1039/+1110
* De-taggification | part 1Eduardo Julian2021-09-0113-82/+62
* Updates to the JS compiler.Eduardo Julian2021-09-018-148/+99
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-303-20/+29
* De-taggification | part 0Eduardo Julian2021-08-2932-283/+269
* Better parameterized type documentation.Eduardo Julian2021-08-294-36/+218
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-2922-341/+581
* Updates to the Ruby compiler.Eduardo Julian2021-08-27184-1647/+1826
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2649-633/+499
* Updates to the Lua compiler.Eduardo Julian2021-08-2568-1451/+602
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-24326-5098/+5209
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-23196-2281/+2095
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-2123-148/+111
* More fixes.Eduardo Julian2021-08-2023-399/+113
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1938-433/+271
* Some bug fixes.Eduardo Julian2021-08-18225-2213/+1945
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-16155-1232/+935
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1451-274/+623