aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-09Fixed packaging issue.Eduardo Julian2-3/+5
2021-09-20Updates and fixes for the book.Eduardo Julian2-26/+28
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian8-159/+128
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian4-54/+55
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian17-265/+279
2021-09-16Additional documentation for JVM types.Eduardo Julian1-3/+3
2021-09-15"module:" => "using"Eduardo Julian440-503/+503
2021-09-15"Row" => "Sequence"Eduardo Julian47-361/+354
2021-09-15"Sequence" => "Stream"Eduardo Julian2-35/+35
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian8-125/+162
2021-09-14Re-named "recur" to "again".Eduardo Julian109-463/+463
2021-09-14Better list pairing.Eduardo Julian5-123/+157
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian106-959/+959
2021-09-14No more "^slots".Eduardo Julian19-164/+128
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian21-47/+47
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian51-367/+373
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian32-122/+123
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian13-274/+114
2021-09-13Re-named #Label to #Tag.Eduardo Julian8-23/+23
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian433-2698/+2698
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian315-3526/+3527
2021-09-12Made the "#" character great again!Eduardo Julian290-6161/+6093
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