aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian18-366/+464
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian7-185/+192
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 Julian19-30/+377
2021-09-15"module:" => "using"Eduardo Julian955-1021/+1021
2021-09-15"Row" => "Sequence"Eduardo Julian70-521/+513
2021-09-15"Sequence" => "Stream"Eduardo Julian7-70/+69
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian9-133/+170
2021-09-14Re-named "recur" to "again".Eduardo Julian132-529/+529
2021-09-14Better list pairing.Eduardo Julian7-129/+175
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian137-1141/+1126
2021-09-14No more "^slots".Eduardo Julian29-200/+152
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian46-103/+103
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian100-546/+567
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian40-135/+136
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian13-274/+114
2021-09-13Re-named #Label to #Tag.Eduardo Julian9-24/+24
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian948-5006/+5006
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian593-6525/+6520
2021-09-12Made the "#" character great again!Eduardo Julian498-8941/+8838
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian8-49/+77
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian90-10884/+10885
2021-09-10Fixed the indentation of variants.Eduardo Julian46-674/+674
2021-09-10Migrated variants to the new syntax.Eduardo Julian439-7108/+7175
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian23-709/+328
2021-09-08De-bracing | part 2Eduardo Julian59-375/+358
2021-09-08De-bracing | part 1Eduardo Julian21-111/+123
2021-09-08De-bracing part 0Eduardo Julian8-48/+55
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian89-263/+374
2021-09-08Post annotations clean-up.Eduardo Julian14-210/+28
2021-09-08No more annotations.Eduardo Julian25-711/+254
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian90-11161/+10931
2021-09-08No more module annotations.Eduardo Julian6-67/+14
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian10-579/+50
2021-09-07Eliminated the last application of annotations.Eduardo Julian4-59/+45
2021-09-07De-taggification | part 4Eduardo Julian920-8355/+8359
2021-09-06New chapter on compiler extensions.Eduardo Julian21-14/+869
2021-09-06Applied new convention for variants.Eduardo Julian3-43/+12
2021-09-06Documentation improvements.Eduardo Julian10-77/+119
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian323-933/+933
2021-09-05Clearing the local scope during eval analysis to avoid accidentally seeing va...Eduardo Julian3-6/+21
2021-09-05De-taggification | part 3Eduardo Julian5-119/+86
2021-09-05Handled formatting issues in documentation.Eduardo Julian31-350/+204
2021-09-04Appendix H: AedifexEduardo Julian2-14/+72
2021-09-04Better type-declaration documentation.Eduardo Julian5-33/+45
2021-09-04De-taggification | part 2Eduardo Julian956-6282/+6282
2021-09-03Unified tuple and record syntax.Eduardo Julian182-1498/+1577
2021-09-01De-taggification | part 1Eduardo Julian20-182/+162
2021-09-01Updates to the JS compiler.Eduardo Julian14-204/+195
2021-08-30Better tagged type documentation + lexer fix.Eduardo Julian5-22/+31