aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/syntax/export.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-3/+3
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-5/+5
* Made the "#" character great again!Eduardo Julian2021-09-121-2/+2
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-1/+1
* De-taggification | part 4Eduardo Julian2021-09-071-6/+6
* De-taggification | part 2Eduardo Julian2021-09-041-4/+4
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-6/+6
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-3/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-12/+30
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-13/+14
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-2/+2
* Added lexically-scoped templates.Eduardo Julian2021-01-051-0/+29