aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Re-named "recur" to "again".Eduardo Julian2021-09-142-5/+5
* Better list pairing.Eduardo Julian2021-09-141-3/+2
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-149-54/+43
* No more "^slots".Eduardo Julian2021-09-141-6/+0
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-143-7/+7
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-144-10/+11
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-132-5/+5
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-13190-669/+669
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1216-77/+73
* Made the "#" character great again!Eduardo Julian2021-09-1211-65/+64
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-102-65/+65
* Fixed the indentation of variants.Eduardo Julian2021-09-102-3/+3
* Migrated variants to the new syntax.Eduardo Julian2021-09-107-50/+50
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-092-34/+1
* De-bracing | part 2Eduardo Julian2021-09-084-52/+9
* De-bracing | part 1Eduardo Julian2021-09-083-6/+6
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+2
* Post annotations clean-up.Eduardo Julian2021-09-082-28/+1
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-082-80/+64
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-081-2/+1
* De-taggification | part 4Eduardo Julian2021-09-07192-767/+767
* New chapter on compiler extensions.Eduardo Julian2021-09-0615-7/+858
* Documentation improvements.Eduardo Julian2021-09-064-19/+44
* Handled formatting issues in documentation.Eduardo Julian2021-09-0529-331/+188
* Better type-declaration documentation.Eduardo Julian2021-09-041-1/+1
* De-taggification | part 2Eduardo Julian2021-09-04181-727/+727
* Unified tuple and record syntax.Eduardo Julian2021-09-032-5/+4
* De-taggification | part 1Eduardo Julian2021-09-014-34/+34
* Updates to the JS compiler.Eduardo Julian2021-09-012-4/+74
* Better tagged type documentation + lexer fix.Eduardo Julian2021-08-302-2/+2
* De-taggification | part 0Eduardo Julian2021-08-294-31/+30
* Better parameterized type documentation.Eduardo Julian2021-08-2985-128/+128
* Updates to the Ruby compiler.Eduardo Julian2021-08-277-18/+329
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-2611-35/+59
* Updates to the Lua compiler.Eduardo Julian2021-08-2526-46/+2458
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2427-26/+1370
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2337-64/+1560
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-2122-25/+1834
* More fixes.Eduardo Julian2021-08-2025-22/+1883
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1927-25/+2349
* Some bug fixes.Eduardo Julian2021-08-1834-51/+1487
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1634-34/+1426
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1412-0/+326