aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-15"Row" => "Sequence"Eduardo Julian6-34/+34
2021-09-15"Sequence" => "Stream"Eduardo Julian2-16/+15
2021-09-14Re-named "recur" to "again".Eduardo Julian1-1/+1
2021-09-14Better list pairing.Eduardo Julian1-3/+2
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian8-45/+34
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian2-2/+2
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian3-6/+6
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian189-665/+665
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian15-43/+39
2021-09-12Made the "#" character great again!Eduardo Julian10-31/+31
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2-65/+65
2021-09-10Fixed the indentation of variants.Eduardo Julian2-3/+3
2021-09-10Migrated variants to the new syntax.Eduardo Julian6-12/+12
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian2-34/+1
2021-09-08De-bracing | part 2Eduardo Julian3-50/+7
2021-09-08De-bracing | part 1Eduardo Julian2-5/+5
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-1/+2
2021-09-08Post annotations clean-up.Eduardo Julian2-28/+1
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2-80/+64
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-2/+1
2021-09-07De-taggification | part 4Eduardo Julian191-734/+734
2021-09-06New chapter on compiler extensions.Eduardo Julian14-5/+853
2021-09-06Documentation improvements.Eduardo Julian3-13/+34
2021-09-05Handled formatting issues in documentation.Eduardo Julian29-331/+188
2021-09-04Better type-declaration documentation.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian180-719/+719
2021-09-03Unified tuple and record syntax.Eduardo Julian1-2/+2
2021-09-01De-taggification | part 1Eduardo Julian4-34/+34
2021-09-01Updates to the JS compiler.Eduardo Julian2-4/+74
2021-08-30Better tagged type documentation + lexer fix.Eduardo Julian2-2/+2
2021-08-29De-taggification | part 0Eduardo Julian4-31/+30
2021-08-29Better parameterized type documentation.Eduardo Julian84-120/+120
2021-08-27Updates to the Ruby compiler.Eduardo Julian6-10/+321
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian10-27/+35
2021-08-25Updates to the Lua compiler.Eduardo Julian25-41/+1475
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian26-21/+1362
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian36-58/+1550
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian21-11/+1829
2021-08-20More fixes.Eduardo Julian24-17/+1873
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian26-23/+2326
2021-08-18Some bug fixes.Eduardo Julian34-51/+1487
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian33-32/+1421
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian11-0/+295