aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/number.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-14/+0
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2018-12-15No longer relying on "signature:"'s and "structure:"'s internal ↵Eduardo Julian1-10/+9
macro-expansion to handle the "do-template"s inside.
2018-07-10- Re-named "sig:" to "signature:".Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian1-2/+2
period/dot (.).
2017-01-27- Number no longer depends on Ord.Eduardo Julian1-6/+2
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-04- Updated the documentation of most modules left.Eduardo Julian1-0/+2
- Minor refactorings.
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian1-0/+22
plugin's and the Emacs mode's into a big monorepo, to keep development unified.