aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed packaging issue.Eduardo Julian2021-10-092-3/+5
|
* Updates and fixes for the book.Eduardo Julian2021-09-202-26/+28
|
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-198-159/+128
|
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-174-54/+55
|
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-1617-265/+279
|
* Additional documentation for JVM types.Eduardo Julian2021-09-161-3/+3
|
* "module:" => "using"Eduardo Julian2021-09-15440-503/+503
|
* "Row" => "Sequence"Eduardo Julian2021-09-1547-361/+354
|
* "Sequence" => "Stream"Eduardo Julian2021-09-152-35/+35
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-158-125/+162
|
* Re-named "recur" to "again".Eduardo Julian2021-09-14109-463/+463
|
* Better list pairing.Eduardo Julian2021-09-145-123/+157
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-14106-959/+959
|
* No more "^slots".Eduardo Julian2021-09-1419-164/+128
|
* 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 ↵Eduardo Julian2021-09-13433-2698/+2698
| | | | syntax change.
* 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 ↵Eduardo Julian2021-09-053-6/+21
| | | | variables outside of eval's scope.
* 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
|