aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian5-33/+61
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian85-10623/+10624
2021-09-10Fixed the indentation of variants.Eduardo Julian27-532/+532
2021-09-10Migrated variants to the new syntax.Eduardo Julian252-5355/+5421
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian15-511/+309
2021-09-08De-bracing | part 2Eduardo Julian42-227/+253
2021-09-08De-bracing | part 1Eduardo Julian13-94/+101
2021-09-08De-bracing part 0Eduardo Julian5-13/+13
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian76-243/+344
2021-09-08Post annotations clean-up.Eduardo Julian9-123/+25
2021-09-08No more annotations.Eduardo Julian20-700/+245
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian85-10878/+10672
2021-09-08No more module annotations.Eduardo Julian3-55/+14
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-25/+3
2021-09-07Eliminated the last application of annotations.Eduardo Julian3-49/+45
2021-09-07De-taggification | part 4Eduardo Julian402-4071/+4075
2021-09-06New chapter on compiler extensions.Eduardo Julian6-7/+11
2021-09-06Applied new convention for variants.Eduardo Julian3-43/+12
2021-09-06Documentation improvements.Eduardo Julian6-58/+75
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian149-382/+382
2021-09-05Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian3-6/+21
2021-09-05Handled formatting issues in documentation.Eduardo Julian2-19/+16
2021-09-04Better type-declaration documentation.Eduardo Julian4-32/+44
2021-09-04De-taggification | part 2Eduardo Julian447-3409/+3409
2021-09-03Unified tuple and record syntax.Eduardo Julian124-1039/+1110
2021-09-01De-taggification | part 1Eduardo Julian13-82/+62
2021-09-01Updates to the JS compiler.Eduardo Julian8-148/+99
2021-08-30Better tagged type documentation + lexer fix.Eduardo Julian3-20/+29
2021-08-29De-taggification | part 0Eduardo Julian32-283/+269
2021-08-29Better parameterized type documentation.Eduardo Julian4-36/+218
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian22-341/+581
2021-08-27Updates to the Ruby compiler.Eduardo Julian184-1647/+1826
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian49-633/+499
2021-08-25Updates to the Lua compiler.Eduardo Julian68-1451/+602
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian326-5098/+5209
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian196-2281/+2095
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian23-148/+111
2021-08-20More fixes.Eduardo Julian23-399/+113
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian38-433/+271
2021-08-18Some bug fixes.Eduardo Julian225-2213/+1945
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian155-1232/+935
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian51-274/+623
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian110-705/+886
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian128-779/+965
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian256-2594/+2700
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian217-2393/+2617
2021-08-08No more #export magic syntax.Eduardo Julian445-5355/+5677
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian138-1263/+1392
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian100-486/+538
2021-08-01Even more renamings.Eduardo Julian155-802/+802