aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2426-21/+1362
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2336-58/+1550
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-2121-11/+1829
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-2024-17/+1873
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1926-23/+2326
|
* Some bug fixes.Eduardo Julian2021-08-1834-51/+1487
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-1633-32/+1421
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1411-0/+295