aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/dictionary/ordered.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-569/+0
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian1-12/+12
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-5/+5
2018-07-03- Added function for updating dictionary.Eduardo Julian1-0/+6
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-2/+2
2018-05-01- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian1-0/+0
2018-05-01- Re-organized dict modules.Eduardo Julian1-0/+0
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-1/+1
2018-04-05- Re-named "is" to "is?".Eduardo Julian1-1/+1
2017-12-03- Fixed some small issues uncovered by new-luxc.Eduardo Julian1-1/+4
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-122/+122
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-3/+3
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-3/+3
2017-10-19- Implemented an more comfortable alternative to "with-expansions".Eduardo Julian1-18/+16
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-3/+3
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-1/+1
2017-09-19- Some refactoring.Eduardo Julian1-6/+6
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-06-23- Renamed lux/data/coll/ordered to lux/data/coll/ordered/set.Eduardo Julian1-159/+228
2017-06-17- Small refactorings and name-changes.Eduardo Julian1-3/+0
2017-05-24- Renamed ^=> to ^multi.Eduardo Julian1-44/+44
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-1/+1
2017-05-07- Changed the name of "let%" to "with-expansions".Eduardo Julian1-18/+21
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-1/+1
2017-04-04- :: can now be used to refer to sub-structures within a structure.Eduardo Julian1-1/+1
2017-04-03- Implemented Int encoding/decoding in the standard library.Eduardo Julian1-9/+9
2017-03-30- Implemented ordered sets by means of red-black trees.Eduardo Julian1-0/+493