aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* "Row" => "Sequence"Eduardo Julian2021-09-151-2/+2
* Re-named "recur" to "again".Eduardo Julian2021-09-141-4/+4
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-9/+9
* No more "^slots".Eduardo Julian2021-09-141-6/+0
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-141-5/+5
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-4/+5
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-4/+4
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-4/+4
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-34/+34
* Made the "#" character great again!Eduardo Julian2021-09-121-34/+33
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-38/+38
* De-bracing | part 2Eduardo Julian2021-09-081-2/+2
* De-bracing | part 1Eduardo Julian2021-09-081-1/+1
* De-taggification | part 4Eduardo Julian2021-09-071-33/+33
* New chapter on compiler extensions.Eduardo Julian2021-09-061-2/+5
* Documentation improvements.Eduardo Julian2021-09-061-6/+10
* De-taggification | part 2Eduardo Julian2021-09-041-8/+8
* Unified tuple and record syntax.Eduardo Julian2021-09-031-3/+2
* Better parameterized type documentation.Eduardo Julian2021-08-291-8/+8
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-8/+8
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-8/+24
* Updates to the Lua compiler.Eduardo Julian2021-08-251-5/+983
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+8
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-6/+10
* Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian2021-08-211-14/+5
* More fixes.Eduardo Julian2021-08-201-5/+10
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-2/+23
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+5
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-0/+31