aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/tree.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-5/+5
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-3/+3
2020-11-01Improved the design of actors.Eduardo Julian1-3/+6
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-5/+6
2020-09-16Changed the format of project descriptor files.Eduardo Julian1-1/+1
2020-08-09No longer inline the object literal for variants.Eduardo Julian1-10/+10
2020-05-09Including runtime machinery in the cache.Eduardo Julian1-7/+13
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-3/+4
2019-04-19Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian1-0/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-03-28Fixed some tests.Eduardo Julian1-5/+5
2019-03-24Ported tests for collection-related modules.Eduardo Julian1-4/+0
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-5/+5
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-5/+5
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-3/+3
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-2/+2
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-2/+4
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-10/+11
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-9/+9
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-2/+2
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-3/+3
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-4/+4
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-02- Changed the syntax for the parameters of "syntax:".Eduardo Julian1-1/+1
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-1/+1
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-10/+10
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-3/+3
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-3/+3
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-06-23- Added Fold structure for rose trees.Eduardo Julian1-2/+10
2017-06-21- CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian1-5/+6
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-4/+4
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-1/+1
2017-04-06- Made some changes to (rose) trees and zippers.Eduardo Julian1-16/+25
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-1/+1
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-0/+0
2017-01-04- Updated the documentation of most modules left.Eduardo Julian1-1/+7
2016-12-12- No longer using record syntax in certain macros.Eduardo Julian1-1/+1
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+54