aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/dictionary (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-281-11/+11
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-021-3/+4
* More traditional names for unquoting macros.Eduardo Julian2022-07-021-1/+1
* Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian2022-06-301-122/+0
* De-sigil-ification: suffix : [Part 15]Eduardo Julian2022-06-252-4/+4
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-162-6/+6
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-162-37/+37
* De-sigil-ification: suffix : [Part 4]Eduardo Julian2022-06-122-39/+39
* De-sigil-ification: suffix : [Part 3]Eduardo Julian2022-06-122-6/+6
* De-sigil-ification: #Eduardo Julian2022-06-041-6/+6
* Extensible import syntax [Part 6]Eduardo Julian2022-06-042-4/+4
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax [Part 2]Eduardo Julian2022-06-022-2/+2
* Extensible import syntax: Part 1Eduardo Julian2022-06-012-4/+4
* De-sigil-ification: $Eduardo Julian2022-04-081-4/+4
* De-sigil-ification: &Eduardo Julian2022-04-071-8/+8
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-9/+9
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-2/+2
* De-sigil-ification: ^Eduardo Julian2022-03-152-51/+53
* De-sigil-ification: @Eduardo Julian2022-03-142-226/+226
* Still more fixes for JVM interop.Eduardo Julian2022-03-011-3/+13
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-231-12/+25
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-3/+3
* "module:" => "using"Eduardo Julian2021-09-152-2/+2
* Re-named "recur" to "again".Eduardo Julian2021-09-141-12/+12
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-132-3/+3
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-122-33/+33
* Made the "#" character great again!Eduardo Julian2021-09-122-167/+167
* Fixed the indentation of variants.Eduardo Julian2021-09-101-3/+3
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-116/+116
* De-bracing | part 1Eduardo Julian2021-09-081-28/+28
* De-taggification | part 4Eduardo Julian2021-09-072-12/+12
* De-taggification | part 2Eduardo Julian2021-09-042-5/+5
* Unified tuple and record syntax.Eduardo Julian2021-09-031-8/+8
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-30/+30
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-242-13/+16
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-9/+5
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-192-4/+0
* Some bug fixes.Eduardo Julian2021-08-181-209/+209
* 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-132-6/+6
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-11/+11
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-9/+10
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-13/+13
* No more #export magic syntax.Eduardo Julian2021-08-082-24/+24
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-15/+15
* Even more renamings.Eduardo Julian2021-08-011-2/+2
* More renamings.Eduardo Julian2021-07-301-118/+112
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-292-3/+10