index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux
/
data
/
number.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
- Fixed a lot of errors in the documentation.
Eduardo Julian
2017-01-06
1
-3
/
+3
|
*
- Updated the documentation of most modules left.
Eduardo Julian
2017-01-04
1
-7
/
+10
|
|
|
- Minor refactorings.
*
- Now, only using underscores (_) as number digit separators, without using ↵
Eduardo Julian
2016-12-25
1
-2
/
+1
|
|
|
|
commas (,).
*
- Fixed a bug where the Frac max value was getting confused with the min value.
Eduardo Julian
2016-12-25
1
-4
/
+4
|
|
|
- Updated the lux/data/number tests.
*
- Updated tests for lux/cli and lux/math/ratio.
Eduardo Julian
2016-12-22
1
-1
/
+1
|
*
- Small fixes, refactorings and expansions.
Eduardo Julian
2016-12-12
1
-2
/
+11
|
*
- Added Number implementation for Frac.
Eduardo Julian
2016-12-02
1
-0
/
+13
|
*
- Changed the names of math op functions to make them more consistent and ↵
Eduardo Julian
2016-12-02
1
-29
/
+29
|
|
|
|
similar.
*
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵
Eduardo Julian
2016-12-01
1
-0
/
+222
plugin's and the Emacs mode's into a big monorepo, to keep development unified.