aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensible import syntax [Part 5]Eduardo Julian2022-06-0312-12/+12
* Extensible import syntax [Part 4]Eduardo Julian2022-06-038-13/+13
* Extensible import syntax [Part 3]Eduardo Julian2022-06-0212-12/+12
* Extensible import syntax: Part 1Eduardo Julian2022-06-0112-37/+37
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-0912-114/+114
* Better names for random text/character generators.Eduardo Julian2022-04-082-2/+2
* De-sigil-ification: $Eduardo Julian2022-04-0812-417/+417
* De-sigil-ification: @Eduardo Julian2022-03-142-50/+50
* "module:" => "using"Eduardo Julian2021-09-1512-12/+12
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1312-37/+37
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1212-41/+41
* Made the "#" character great again!Eduardo Julian2021-09-123-9/+11
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-3/+3
* De-taggification | part 4Eduardo Julian2021-09-0712-96/+96
* De-taggification | part 2Eduardo Julian2021-09-0412-58/+58
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-249-12/+12
* Some bug fixes.Eduardo Julian2021-08-182-5/+5
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-119-10/+10
* No more #export magic syntax.Eduardo Julian2021-08-0812-23/+23
* More renamings.Eduardo Julian2021-07-309-12/+12
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-275-9/+9
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-253-4/+4
* Now properly loading cached modules.Eduardo Julian2021-07-172-9/+31
* Fixed some inconsistent naming.Eduardo Julian2021-07-162-3/+17
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-158-8/+8
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1412-164/+176
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1212-48/+40
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-127-32/+33
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-113-5/+16
* Updates for Lua compiler.Eduardo Julian2021-02-041-7/+17
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-013-39/+69
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-283-4/+56
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-2/+50
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-134-36/+98
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-0/+42
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+34
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-0/+43
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-0/+38
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-0/+33
* Added lexically-scoped templates.Eduardo Julian2021-01-051-0/+31
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-0/+44
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-6/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-10/+10
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-1/+13
* Re-named "with-cover" to "for".Eduardo Julian2020-12-102-27/+27
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-2/+2
* Improved the design of actors.Eduardo Julian2020-11-012-4/+4
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-2/+4