aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-9/+9
|
* De-taggification | part 4Eduardo Julian2021-09-071-5/+5
|
* De-taggification | part 2Eduardo Julian2021-09-041-7/+7
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-3/+4
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
|
* Some bug fixes.Eduardo Julian2021-08-181-20/+20
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-12/+12
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-15/+16
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-1/+22
| | | | language boundaries)
* Mo' updates, less problems.Eduardo Julian2021-02-071-3/+3
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-17/+7
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-8/+8
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-6/+10
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-9/+5
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-7/+16
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-19/+29
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+9
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-0/+68