aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/struct/tree.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-60/+0
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Updated the documentation of most modules left.Eduardo Julian2017-01-041-1/+7
| | | - Minor refactorings.
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-1/+1
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+54
plugin's and the Emacs mode's into a big monorepo, to keep development unified.