aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-01- Added a macro for pattern-matching using regular-expressions.Eduardo Julian1-1/+1
2017-03-28- Implemented finger-trees.Eduardo Julian1-1/+1
- Implemented random-access sequences and priority-queues on top of finger-trees.
2017-02-17- Added "assume" into list of recognized macros.Eduardo Julian1-1/+1
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-1/+1
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-1/+1
- 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).
2017-01-07- Updated the copyright perior in the license.Eduardo Julian1-1/+1
2016-12-25- Now, only using underscores (_) as number digit separators, without using ↵Eduardo Julian1-3/+3
commas (,).
2016-12-18- Bug fixes and refactorings for algebraic effects.Eduardo Julian1-1/+1
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian1-0/+398
plugin's and the Emacs mode's into a big monorepo, to keep development unified.