aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-14Re-named "recur" to "again".Eduardo Julian1-4/+4
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-9/+9
2021-09-14No more "^slots".Eduardo Julian1-6/+0
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian1-5/+5
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-4/+5
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian1-4/+4
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-4/+4
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-34/+34
2021-09-12Made the "#" character great again!Eduardo Julian1-34/+33
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-38/+38
2021-09-08De-bracing | part 2Eduardo Julian1-2/+2
2021-09-08De-bracing | part 1Eduardo Julian1-1/+1
2021-09-07De-taggification | part 4Eduardo Julian1-33/+33
2021-09-06New chapter on compiler extensions.Eduardo Julian1-2/+5
2021-09-06Documentation improvements.Eduardo Julian1-6/+10
2021-09-04De-taggification | part 2Eduardo Julian1-8/+8
2021-09-03Unified tuple and record syntax.Eduardo Julian1-3/+2
2021-08-29Better parameterized type documentation.Eduardo Julian1-8/+8
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-8/+8
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-8/+24
2021-08-25Updates to the Lua compiler.Eduardo Julian1-5/+983
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-5/+8
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-6/+10
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian1-14/+5
2021-08-20More fixes.Eduardo Julian1-5/+10
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-2/+23
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-2/+5
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-0/+31